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