/// <reference types="node" />
import * as http from "http";
export declare function createUiServer(combinedOutputsJson: string): http.Server;
