import { Command } from '@oclif/core'; export declare class DeployStop extends Command { static description: string; private docker; private deploymentConfig; run(): Promise; }