import { Command } from '@oclif/core'; import { DeploymentConfiguration } from '../../deploy/types'; export declare class DeployStart extends Command { static description: string; run(): Promise; static startDeployment(command: Command, tag?: string, deploymentConfig?: DeploymentConfiguration): Promise; static bringUpUi(): Promise; }