import Parser from '../parser.js';
import { ParserConsructor } from "../types.js";
declare function getParserClass(parserName: string): ParserConsructor;
declare const _default: {
    getParserClass: typeof getParserClass;
    Parser: typeof Parser;
};
export default _default;
