import { Command } from '@oclif/command'; /** * List all packages */ export default class List extends Command { /** * description */ static description: string; /** * implementation */ run(): Promise; }