declare module "hast-util-to-string" {
    export default function hastToString(node: any): string;
}
