import { Node } from 'domhandler';
export declare function processTextNode(node: Node): string | null;
