import { type CommandModule } from 'yargs'; import { type APIOrganizationCommandFlags } from '../../lib/command/api-organization-command.js'; import { type OutputItemOrListFlags } from '../../lib/command/listing-io.js'; export type CommandArgs = APIOrganizationCommandFlags & OutputItemOrListFlags & { preferenceIdOrIndex?: string; tag?: string; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=translations.d.ts.map