import { KeyDescriptorInternal } from '../../types'; export declare function getNodeText(node: Node): string; export declare function setNodeText(node: Node, text: string): void; export declare function compareDescriptors(descriptor: KeyDescriptorInternal, criteria: KeyDescriptorInternal): boolean; export declare function elementClickable(el: HTMLElement): boolean;