import type { Command } from 'commander';
export default function reportCommandSetup(program: Command): Command;
