import { Option } from 'commander';
import { type CommandOptions } from './internal-types.js';
export default function generateOptions(optionsSchema: CommandOptions): Option[];
