import { select } from '@inquirer/prompts'; import { Command } from 'commander'; declare const program: Command; export { program, select };