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