import type { AgStudioEventType } from './api/agStudioPublicEvents'; import type { StudioEventType } from './studio/interfaces/studioEvents'; /** @internal AG_STUDIO_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const _PUBLIC_EVENTS: AgStudioEventType[]; export declare const _GET_ALL_EVENTS: () => readonly AgStudioEventType[]; /** @internal AG_STUDIO_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const _ALWAYS_SYNC_GLOBAL_EVENTS: Set;