import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type LinkPaymentMethod = { email?: string | undefined; }; /** @internal */ export declare const LinkPaymentMethod$inboundSchema: z.ZodType; export declare function linkPaymentMethodFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=linkpaymentmethod.d.ts.map