import { BaseCommand } from '../../base-command.js'; export default class InvestigationLabelSetsList extends BaseCommand { static flags: { 'include-items': import("@oclif/core/interfaces").BooleanFlag; }; static description: string; static examples: string[]; static summary: string; run(): Promise; }