/** * report Command - Generate, show, and list daily reports * Issue #636: CLI report generate/show/list * Issue #1551: report metrics (Eval metrics) */ import { Command } from 'commander'; import type { RelayCountsResponse } from '../types/api-responses'; /** The relay line, in the same shape as the four above it. */ export declare function formatRelayCounts(counts: RelayCountsResponse): string; export declare function createReportCommand(): Command; //# sourceMappingURL=report.d.ts.map