import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CustomerType: { readonly Individual: "individual"; readonly Team: "team"; }; export type CustomerType = OpenEnum; /** @internal */ export declare const CustomerType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CustomerType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=customertype.d.ts.map