/** * Run Route Handlers * * Implements run tracking endpoint handlers. */ import { RunRepository, RunHeartbeatService, SqliteClient } from "@jamesaphoenix/tx"; export declare const RunsLive: import("effect/Layer").Layer, never, RunRepository | SqliteClient | RunHeartbeatService>; //# sourceMappingURL=runs.d.ts.map