import { AnalyzeContext } from "./context"; export declare function parseFile(filePath: string, context: AnalyzeContext): Promise; //# sourceMappingURL=parseFile.d.ts.map