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 & { driverIdOrIndex?: string; channel?: string; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=metainfo.d.ts.map