/** * CLI Command: report * * View API report (what worked, what didn't) */ import { Command } from "commander"; export declare const reportCommand: Command; //# sourceMappingURL=report.d.ts.map