import * as Config from '@oclif/config'; import Command from './command'; export declare class Main extends Command { static run(argv?: string[], options?: Config.LoadOptions): PromiseLike; init(): Promise; run(): Promise; protected _helpOverride(): boolean; protected _help(): never; } export declare function run(argv?: string[], options?: Config.LoadOptions): PromiseLike;