declare const walkTextNodes: (node: Node, callback: (child: Node) => void) => void;
export { walkTextNodes };
