export declare const MAX_CLICK_TEXT_LENGTH = 50; export declare const trimClickText: (text: string) => string; export declare const getTextFromNode: (nodeToGetTextFrom: Node, shouldProcessNode: (node: Node) => boolean) => string;