/// import { Server } from "net"; interface ServerOptions { rootDir: string; } export declare function createServer(httpServer: Server, options: ServerOptions): any; export {};