import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { BookingCreatedEventObject } from "./BookingCreatedEventObject"; export declare const BookingCreatedEventData: core.serialization.ObjectSchema; export declare namespace BookingCreatedEventData { interface Raw { type?: (string | null | undefined) | null; id?: string | null; object?: BookingCreatedEventObject.Raw | null; } }