import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const ReferenceType: core.serialization.Schema; export declare namespace ReferenceType { type Raw = "UNKNOWN_TYPE" | "LOCATION" | "FIRST_PARTY_INTEGRATION" | "OAUTH_APPLICATION" | "ONLINE_SITE" | "ONLINE_CHECKOUT" | "INVOICE" | "GIFT_CARD" | "GIFT_CARD_MARKETPLACE" | "RECURRING_SUBSCRIPTION" | "ONLINE_BOOKING_FLOW" | "SQUARE_ASSISTANT" | "CASH_LOCAL" | "POINT_OF_SALE" | "KIOSK"; }