export declare function createTreeWalker(root: Node, filter?: (node: Node) => boolean | number): TreeWalker;