import * as z from "zod/v3"; export type GooglePaySessionRequest = { /** * The domain on which Google Pay is being loaded. */ originDomain: string; }; /** @internal */ export type GooglePaySessionRequest$Outbound = { origin_domain: string; }; /** @internal */ export declare const GooglePaySessionRequest$outboundSchema: z.ZodType; export declare function googlePaySessionRequestToJSON(googlePaySessionRequest: GooglePaySessionRequest): string; //# sourceMappingURL=googlepaysessionrequest.d.ts.map