import type { Command } from "commander";
export declare function configureReportCommand(program: Command): Command;
