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