import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const BookingStatus: core.serialization.Schema; export declare namespace BookingStatus { type Raw = "PENDING" | "CANCELLED_BY_CUSTOMER" | "CANCELLED_BY_SELLER" | "DECLINED" | "ACCEPTED" | "NO_SHOW"; }