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