import type { ProjectSnapshot } from "../types.js"; export declare function analyzeProject(tsConfigPath: string): ProjectSnapshot; //# sourceMappingURL=projectParser.d.ts.map