import type * as BasisTheory from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { GooglePayMethodToken } from "../../../../types/GooglePayMethodToken.js"; export declare const GooglePayCreateRequest: core.serialization.Schema; export declare namespace GooglePayCreateRequest { interface Raw { expires_at?: string | null; google_payment_data?: GooglePayMethodToken.Raw | null; merchant_registration_id?: string | null; } }