import * as z from "zod/mini";
export declare const BoundsSchema: z.ZodMiniObject<{
    leftTop: z.ZodMiniObject<{
        x: z.ZodMiniNumber<number>;
        y: z.ZodMiniNumber<number>;
    }, z.core.$strict>;
    rightBottom: z.ZodMiniObject<{
        x: z.ZodMiniNumber<number>;
        y: z.ZodMiniNumber<number>;
    }, z.core.$strict>;
}, z.core.$strict>;
export declare const POISelectorsSchema: z.ZodMiniObject<{
    booths: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
        name: z.ZodMiniOptional<z.ZodMiniString<string>>;
        externalId: z.ZodMiniOptional<z.ZodMiniString<string>>;
    }, z.core.$strict>>>;
    exhibitors: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
        name: z.ZodMiniOptional<z.ZodMiniString<string>>;
        externalId: z.ZodMiniOptional<z.ZodMiniString<string>>;
    }, z.core.$strict>>>;
}, z.core.$strict>;
export declare const ZoomToOptionsSchema: z.ZodMiniOptional<z.ZodMiniObject<{
    padding: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
}, z.core.$strict>>;
//# sourceMappingURL=sdk.schemas.d.ts.map