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