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 BankFeedAccountAccountType: core.serialization.Schema; export declare namespace BankFeedAccountAccountType { type Raw = BankFeedAccountAccountTypeEnum.Raw | string; }