import { Command } from "commander";
/**
 * Register all remote commands with the CLI
 *
 * @param program The commander program
 */
export declare function registerRemoteCommands(program: Command): void;
