/** * Hooks Extended Commands * Token optimization, model routing, Agent Teams integration, and notify commands. * Extracted from hooks.ts to reduce file size. */ import type { Command } from '../types.js'; export declare const modelRouteCommand: Command; export declare const modelOutcomeCommand: Command; export declare const modelStatsCommand: Command; export declare const notifyCommand: Command; //# sourceMappingURL=hooks-extended-commands.d.ts.map