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