import * as z from "zod/v4-mini"; export type CustomerPortalCustomersDeletePaymentMethodSecurity = { customerSession?: string | undefined; memberSession?: string | undefined; }; export type CustomerPortalCustomersDeletePaymentMethodRequest = { id: string; }; /** @internal */ export type CustomerPortalCustomersDeletePaymentMethodSecurity$Outbound = { customer_session?: string | undefined; member_session?: string | undefined; }; /** @internal */ export declare const CustomerPortalCustomersDeletePaymentMethodSecurity$outboundSchema: z.ZodMiniType; export declare function customerPortalCustomersDeletePaymentMethodSecurityToJSON(customerPortalCustomersDeletePaymentMethodSecurity: CustomerPortalCustomersDeletePaymentMethodSecurity): string; /** @internal */ export type CustomerPortalCustomersDeletePaymentMethodRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomerPortalCustomersDeletePaymentMethodRequest$outboundSchema: z.ZodMiniType; export declare function customerPortalCustomersDeletePaymentMethodRequestToJSON(customerPortalCustomersDeletePaymentMethodRequest: CustomerPortalCustomersDeletePaymentMethodRequest): string; //# sourceMappingURL=customerportalcustomersdeletepaymentmethod.d.ts.map