import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CardPaymentDetailsError = { dynamicDescriptor?: string | undefined; }; /** @internal */ export declare const CardPaymentDetailsError$inboundSchema: z.ZodType; /** @internal */ export type CardPaymentDetailsError$Outbound = { dynamicDescriptor?: string | undefined; }; /** @internal */ export declare const CardPaymentDetailsError$outboundSchema: z.ZodType; export declare function cardPaymentDetailsErrorToJSON(cardPaymentDetailsError: CardPaymentDetailsError): string; export declare function cardPaymentDetailsErrorFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=cardpaymentdetailserror.d.ts.map