import { SymbolEntry } from './types'; interface ParsedImports { imports: string[]; exports: string[]; symbols: SymbolEntry[]; } export declare function parseFile(content: string, language: string, filePath: string): ParsedImports; export {}; //# sourceMappingURL=parsers.d.ts.map