import { Application } from '../core/Application';
import RemoteTheatre from '../core/remote/RemoteTheatre';
export declare function theatreEditorApp(app: Application, theatre: RemoteTheatre, studio: any): void;
export declare function customizeTheatreElements(): Promise<void>;
