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