/** * Pretrain Hook - Analyze repository and bootstrap intelligence * Swarm-distributed when available, falls back to sequential */ import type { ToolDefinition } from '../../types/index.js'; export declare const hookPretrainTool: ToolDefinition; //# sourceMappingURL=pretrain.d.ts.map