/** * C/C++ Parser Module Exports */ export * from './cppParser'; export { default as CppDependencyParser } from './cppParser'; //# sourceMappingURL=index.d.ts.map