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