import { NodeInfra } from "../Infra/NodeInfra"; import { ISlot } from "./ISlot"; export declare class AutoViewInvalidator { private static _currentlyRenderingSlot?; private static _map_slot_terminals; private static _map_terminal_slots; static setCurrentlyRenderingSlot(slot: ISlot | undefined): void; static onReadingNode(terminal: NodeInfra): void; static onUnmountingSlot(slot: ISlot): void; static onNodesChangedInGlobalStorm(terminals: NodeInfra[]): void; } //# sourceMappingURL=AutoViewInvalidator.d.ts.map