import { ParserAdapter, ParserType } from '../types'; /** * Create a parser adapter based on type and file path */ export declare function createParser(type: ParserType, filePath?: string): ParserAdapter; export { ParserAdapter } from '../types'; export { TreeSitterAdapter } from './treesitter-adapter'; export { TypeScriptAdapter } from './typescript-adapter'; export { VueAdapter } from './vue-adapter'; //# sourceMappingURL=index.d.ts.map