export declare class PublishCommand { noProgress: boolean; appVersion: string; publish(): Promise; private checkOrphanedDeploys; private isStopped; private watchForPublishCompletion; }