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