/** * Cycle commands: tx cycle * * Dispatches sub-agent swarms to scan for codebase issues, deduplicates * findings against known issues, and optionally fixes them. */ import { Effect } from "effect"; /** Dispatch cycle command. */ export declare const cycle: (_pos: string[], flags: Record) => Effect.Effect; //# sourceMappingURL=cycle.d.ts.map