/** * AST-based parser for TypeScript declaration files. * * This module re-exports from the refactored parser modules. * For implementation details, see the ./parser/ directory. */ export { parseModule, parseModuleWithTypes } from './parser/index'; //# sourceMappingURL=parser.d.ts.map