/** * Cycle Route Handlers * * Provides endpoints for querying cycle scan data: * - List all cycle runs * - Get cycle detail with round metrics + issues */ import { SqliteClient } from "@jamesaphoenix/tx"; export declare const CyclesLive: import("effect/Layer").Layer, never, SqliteClient>; //# sourceMappingURL=cycles.d.ts.map