/**
 * Return length of node`s text content
 * @param node - node with content, which length would be checked
 * @returns length of the content of the node
 */
export declare function getContentLength(node: Node): number;
