import { type CommandModule } from 'yargs'; import { type APICommandFlags } from '../../../lib/command/api-command.js'; import { type OutputItemFlags } from '../../../lib/command/output-item.js'; export type CommandArgs = APICommandFlags & OutputItemFlags & { id: string; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=generate.d.ts.map