import { Parser } from "./parser.js"; import { SyntaxNode } from "./syntax.js"; export declare function Compile(tree: SyntaxNode): Parser;