import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { BankFeedAccountAccountTypeEnum } from "./BankFeedAccountAccountTypeEnum"; export declare const BankFeedAccountRequestAccountType: core.serialization.Schema; export declare namespace BankFeedAccountRequestAccountType { type Raw = BankFeedAccountAccountTypeEnum.Raw | string; }