import { type PerfBatchStats } from '../../lib/perf-panel-store'; export declare const pendingAdjacentByLevel: Map>; export declare const initiallyBuiltWalls: Set; export declare const drainStats: NonNullable; export declare function publishWallDrainStats(): void; export declare function endInitialBuild(): void; export declare function isWallInitialBuildActive(): boolean; export declare function subscribeWallBuildInteractions(target: EventTarget | null): (() => void) | undefined; //# sourceMappingURL=wall-build-lifecycle.d.ts.map