import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type WalletPaymentOptionContext = { merchantName: string; supportedSchemes: Array; }; /** @internal */ export declare const WalletPaymentOptionContext$inboundSchema: z.ZodType; export declare function walletPaymentOptionContextFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=walletpaymentoptioncontext.d.ts.map