import { type CommandModule } from 'yargs'; import { type APICommandFlags } from '../../../lib/command/api-command.js'; export declare const maxHubsToCheckForEnrollments = 15; export type CommandArgs = APICommandFlags & { hubId?: string; channel?: string; }; declare const cmd: CommandModule; export default cmd; //# sourceMappingURL=unenroll.d.ts.map