/** * Project Environment Detector * Auto-detects languages, frameworks, build tools, and conventions */ import { ProjectMemory } from './types.js'; /** * Main entry point: detect all project environment details */ export declare function detectProjectEnvironment(projectRoot: string): Promise; //# sourceMappingURL=detector.d.ts.map