import ParseError from './ParseError.ts'; /** * @public */ declare class ParserError extends ParseError { } export default ParserError;