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