import { BaseCommand } from '../../base-command.js'; export default class GroundTruthList extends BaseCommand { static flags: { 'end-time': import("@oclif/core/interfaces").OptionFlag; 'start-time': import("@oclif/core/interfaces").OptionFlag; }; static description: string; static examples: string[]; static summary: string; run(): Promise; }