import type { WebXRManager } from 'three'; import { type CurrentReadable } from './currentReadable.svelte.js'; /** * Provides access to context related to ``. */ export declare const useXR: () => { isPresenting: CurrentReadable; isHandTracking: CurrentReadable; session: CurrentReadable; xr: CurrentReadable; };