import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const TenderType: core.serialization.Schema; export declare namespace TenderType { type Raw = "CARD" | "CASH" | "THIRD_PARTY_CARD" | "SQUARE_GIFT_CARD" | "NO_SALE" | "BANK_ACCOUNT" | "WALLET" | "BUY_NOW_PAY_LATER" | "SQUARE_ACCOUNT" | "OTHER"; }