import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CheckoutOptionsPaymentType: core.serialization.Schema; export declare namespace CheckoutOptionsPaymentType { type Raw = "CARD_PRESENT" | "MANUAL_CARD_ENTRY" | "FELICA_ID" | "FELICA_QUICPAY" | "FELICA_TRANSPORTATION_GROUP" | "FELICA_ALL" | "PAYPAY" | "QR_CODE"; }