import { GraphicsAdapter } from "../graphics"; import { IMMLScene } from "../scene"; import { MMLDocumentTimeManager } from "../time"; export declare function setGlobalMMLScene(sceneArg: IMMLScene): void; export declare function getGlobalMMLScene(): IMMLScene; export declare function setGlobalDocumentTimeManager(documentTimeManagerArg: MMLDocumentTimeManager): void; export declare function getGlobalDocumentTimeManager(): MMLDocumentTimeManager; //# sourceMappingURL=global.d.ts.map