/** * Build Agents Hook - Generate optimized agent configurations * Creates YAML agent definitions based on pretrain analysis */ import type { ToolDefinition } from '../../types/index.js'; export declare const hookBuildAgentsTool: ToolDefinition; //# sourceMappingURL=build-agents.d.ts.map