export declare function shouldSkip(element: Element): boolean; export declare function isOptionElement(element: Element): boolean; export declare function isTextNodeAndNotEmpty(element: Node): boolean;