import { type CommandModule } from 'yargs'; import { type APICommandFlags } from '../../../lib/command/api-command.js'; import { type OutputListFlags } from '../../../lib/command/output-list.js'; export type CommandArgs = APICommandFlags & OutputListFlags & { idOrIndex?: string; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=enrollments.d.ts.map