import { Command } from '../../cli'; declare type Args = {}; declare const StartCommand: Command; export default StartCommand;