QueryAllowancesRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryAllowancesRequest;
    encode(message: QueryAllowancesRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryAllowancesRequestAmino): QueryAllowancesRequest;
    fromAminoMsg(object: QueryAllowancesRequestAminoMsg): QueryAllowancesRequest;
    fromPartial(object: {
        grantee?: string;
        pagination?: {
            countTotal?: boolean;
            key?: Uint8Array;
            limit?: bigint;
            offset?: bigint;
            reverse?: boolean;
        };
    }): QueryAllowancesRequest;
    fromProtoMsg(message: QueryAllowancesRequestProtoMsg): QueryAllowancesRequest;
    toAmino(message: QueryAllowancesRequest): QueryAllowancesRequestAmino;
    toAminoMsg(message: QueryAllowancesRequest): QueryAllowancesRequestAminoMsg;
    toProto(message: QueryAllowancesRequest): Uint8Array;
    toProtoMsg(message: QueryAllowancesRequest): QueryAllowancesRequestProtoMsg;
}