import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const AccountAccountTypeEnum: core.serialization.Schema; export declare namespace AccountAccountTypeEnum { type Raw = "BANK" | "CREDIT_CARD" | "ACCOUNTS_PAYABLE" | "ACCOUNTS_RECEIVABLE" | "FIXED_ASSET" | "OTHER_ASSET" | "OTHER_CURRENT_ASSET" | "OTHER_EXPENSE" | "OTHER_INCOME" | "COST_OF_GOODS_SOLD" | "OTHER_CURRENT_LIABILITY" | "LONG_TERM_LIABILITY" | "NON_POSTING"; }