import { Command } from '@oclif/core'; export default class Which extends Command { static description: string; static examples: { command: string; description: string; }[]; static strict: boolean; run(): Promise; }