import { INode } from '../structure/INode'; export declare function ensureState(node: INode): void;