import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const CreateAccountType: { readonly Individual: "individual"; readonly Business: "business"; }; export type CreateAccountType = ClosedEnum; /** @internal */ export declare const CreateAccountType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CreateAccountType$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=createaccounttype.d.ts.map