import { AbstractError } from './AbstractError'; export declare class ParserError extends AbstractError { }