/** * Discovery utilities for finding agents and tools used in a project */ /** * Discover agents used in the project * * Scans: * 1. .fractary/agents/ for local agents * 2. Configuration files for agent references * 3. Workflow files (if FABER integration exists) */ export declare function discoverUsedAgents(): Promise; /** * Discover tools used in the project * * Scans: * 1. .fractary/tools/ for local tools * 2. Configuration files for tool references */ export declare function discoverUsedTools(): Promise; //# sourceMappingURL=discovery.d.ts.map