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