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