/** Stats-disabled page bridge used internally by three-blocks/vite. */ import type { DevtoolsOverlayHandle, DevtoolsOverlayOptions, DevtoolsRegistration, RegisterDevtoolsOptions } from './index.js'; export { observeThreeBlocksTslBuilds, type ObserveThreeBlocksTslBuildsOptions, type ThreeBlocksTslBuildObserver, type ThreeBlocksTslBuildSnapshot, } from './buildObserver.js'; /** Stats-disabled builds leave the Vite-owned overlay as the only overlay owner. */ export declare function mountDevtoolsOverlay(_options: DevtoolsOverlayOptions): DevtoolsOverlayHandle | null; /** Register lifecycle status while leaving the stats control unavailable. */ export declare function registerDevtools(options: RegisterDevtoolsOptions): DevtoolsRegistration | null;