import { CstNode, IRecognitionException } from 'chevrotain'; export declare type ParseResult = { errors: IRecognitionException[]; cst: CstNode; };