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