import * as z from "zod/v4-mini"; export type CustomerPaymentMethodConfirm = { setupIntentId: string; setDefault: boolean; }; /** @internal */ export type CustomerPaymentMethodConfirm$Outbound = { setup_intent_id: string; set_default: boolean; }; /** @internal */ export declare const CustomerPaymentMethodConfirm$outboundSchema: z.ZodMiniType; export declare function customerPaymentMethodConfirmToJSON(customerPaymentMethodConfirm: CustomerPaymentMethodConfirm): string; //# sourceMappingURL=customerpaymentmethodconfirm.d.ts.map