import type { ParserResult } from './models.js'; export declare function parse(text: string): ParserResult; //# sourceMappingURL=parser.d.ts.map