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