import { Node } from "hast"; /** * Returns the text content of all children of the given node */ export declare function getInnerText(node: Node): string;