import { MatchResult } from "ohm-js"; export declare class ParseError extends Error { type: string; cleanInput: string; rawInput: string; position: number; expected: string; found: string; incompleteInput: boolean; friendlyMessage: string; constructor(result: MatchResult, cleanInput: string, rawInput: string); } export declare const isParseError: (o: any) => boolean; //# sourceMappingURL=errors.d.ts.map