/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { VERSION } from './version.js'; import { XRDevice } from 'iwer'; import type { DefaultPose } from './scene.js'; export declare class DevUI { private inputLayer; private unsubscribeControlMode; private unsubscribeStateChange; devUIContainer: HTMLDivElement; readonly version = "2.4.0"; constructor(xrDevice: XRDevice); render(time: number): void; applyDefaultPose(defaultPose: DefaultPose): void; dispose(): void; get devUICanvas(): HTMLCanvasElement; } export { VERSION }; export { DEFAULT_KEYMAP, useKeyMapStore, type KeyMapType, } from './components/mapper.js'; export { emitPrefsPatch, emitPrefsPatchDebounced, IWE_PREFS_CHANNEL, setEnvironmentLoader, getEnvironmentLoader, type EnvironmentLoader, } from './prefs.js'; export type { DefaultPose, PoseTransform } from './scene.js'; //# sourceMappingURL=index.d.ts.map