import { Command } from "commander"; import { Context } from "./Context"; export declare class App { private static VERSION; private context; private commander; private argv; private commandExecutionBegun; constructor(context: Context, commander: Command, argv: string[]); run(): Promise; outputHelp(): void; private doneCallback; private setup; private initAction; private loadConfig; private runCb; private actionWrapper; }