import { ICommandContext } from '../command'; export declare function deploy(ctx: ICommandContext, name: string): Promise;