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