/** * Testing analyzer — detects test framework details, patterns, directories, fixtures, mocks, coverage. * Extends projectContext.testing with structural details. */ import type { ProjectContext } from '../../store/project-detect.js'; import type { TestingAnalysis } from '../index.js'; export declare function analyzeTesting(projectRoot: string, projectContext: ProjectContext): TestingAnalysis; //# sourceMappingURL=testing.d.ts.map