export { toNlcst } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export type ParserInstance = import('./lib/index.js').ParserInstance;
export type ParserConstructor = import('./lib/index.js').ParserConstructor;
//# sourceMappingURL=index.d.ts.map