/** * Re-exports for the parser module. * * Only the public API functions are exported here. * Internal utilities are used via direct imports between submodules. */ export { parseModule, parseModuleWithTypes } from './core'; //# sourceMappingURL=index.d.ts.map