import * as z from "zod/v4-mini"; export type CustomerPortalCustomersGetSecurity = { customerSession?: string | undefined; memberSession?: string | undefined; }; /** @internal */ export type CustomerPortalCustomersGetSecurity$Outbound = { customer_session?: string | undefined; member_session?: string | undefined; }; /** @internal */ export declare const CustomerPortalCustomersGetSecurity$outboundSchema: z.ZodMiniType; export declare function customerPortalCustomersGetSecurityToJSON(customerPortalCustomersGetSecurity: CustomerPortalCustomersGetSecurity): string; //# sourceMappingURL=customerportalcustomersget.d.ts.map