import type { IProject, ISheet, ISheetObject } from '@theatre/core';
import type { IStudio } from '@theatre/studio';
export declare const globalProjects: Map<string, IProject>;
export declare const globalSheets: Map<string, ISheet>;
export declare const globalObjects: Map<string, ISheetObject<import("@theatre/core").UnknownShorthandCompoundProps>>;
export declare const studio: import("@threlte/core").CurrentWritable<IStudio | undefined>;
