import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CustomerPaymentMethodCreateRequiresActionResponse = { status: "requires_action"; clientSecret: string; }; /** @internal */ export declare const CustomerPaymentMethodCreateRequiresActionResponse$inboundSchema: z.ZodMiniType; export declare function customerPaymentMethodCreateRequiresActionResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=customerpaymentmethodcreaterequiresactionresponse.d.ts.map