import { Command } from 'commander';
export declare function registerDeployCommand(program: Command): void;
