import type { Root } from "hast";
import type { Tree } from "@lezer/common";
export declare function fromLezer(source: string, tree: Tree): Root;
