/** * Worker command — DEPRECATED. * * The external worker model (HTTP-based registration, heartbeat, and job polling) * has been replaced by the internal WorkerDispatcher in @generacy-ai/orchestrator. * Workers are now spawned internally by the orchestrator's Fastify server. * * Use `generacy orchestrator` to start the orchestrator, which handles worker * dispatch automatically. */ import { Command } from 'commander'; /** * Create the (deprecated) worker command */ export declare function workerCommand(): Command; //# sourceMappingURL=worker.d.ts.map