export declare const isAllWhitespaceTextNode: (textNode: Node) => boolean; export declare const isNodeNotRecorded: (node: Node) => boolean; export declare const shouldSkipProcessingChildren: (node: Node) => boolean;