/** * Hooks Worker Commands * Background worker management (@monoes/hooks workers) + Intelligence command * Extracted from hooks.ts to reduce file size. */ import type { Command } from '../types.js'; export declare const intelligenceCommand: Command; export declare const workerCommand: Command; //# sourceMappingURL=hooks-workers.d.ts.map