/** * File Watcher * Watches for dependency changes and auto-updates AGENTS.md */ /** * Watch a project for dependency changes and auto-update AGENTS.md */ export declare function watchProject(cwd: string, outPath: string): Promise; //# sourceMappingURL=index.d.ts.map