/** * Scanner: Test Conventions * * Detects test framework, file naming patterns, directory structure, * mocking library, and coverage configuration. */ import type { TestConventionsReport } from "../types.js"; export declare function scanTestConventions(projectRoot: string): Promise; //# sourceMappingURL=test-conventions.d.ts.map