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