declare class ServeCommand { apply(cli: any): Promise; } export default ServeCommand;