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