import { ParserError } from "../../common/ParserError";
export declare class EelParserError extends ParserError {
}
