/** * Reflect command — macro-level session retrospective * * Aggregates session data, throughput, proliferation, stuck tasks, and signals. */ import { Effect } from "effect"; import { ReflectService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const reflect: (_pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=reflect.d.ts.map