import { Command as Base } from '@oclif/command'; import { APIClient } from './api-client'; export declare abstract class Command extends Base { base: string; _heroku: APIClient; _legacyHerokuClient: any; readonly heroku: APIClient; readonly legacyHerokuClient: any; readonly cli: any; readonly out: any; }