import type { CliExecutionContext } from "../cli.js"; export declare function runReportCommand(args: readonly string[], context: CliExecutionContext): Promise; //# sourceMappingURL=report.d.ts.map