import type { BeastDocument } from "./ast.js"; export declare function parse(source: string, filename?: string): BeastDocument; //# sourceMappingURL=parser.d.ts.map