/** * jison doesn't have a good exception, so we make one. * This is brittle as it depends on jison internals */ export declare class ParseError extends Error { constructor(message: string, hash: string); }