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