import { StandaloneGraphicsAdapter } from "./graphics"; import { FullScreenMMLSceneOptions } from "./scene"; export declare function configureWindowForMML(window: Window, getGraphicsAdapter: (element: HTMLElement) => Promise, options?: FullScreenMMLSceneOptions): void; //# sourceMappingURL=configure-window-for-mml.d.ts.map