import { DIVEScene } from '../../scene/Scene';
import { DIVEAROptions } from '../AR';
export declare class DIVESceneViewer {
static Launch(scene: DIVEScene, options?: DIVEAROptions): void;
private static launchSceneViewer;
private static findSceneViewerSrc;
}