/** * Stats command: Queue metrics and health overview */ import { Effect } from "effect"; import { SqliteClient } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const stats: (_pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=stats.d.ts.map