/// <reference types="node" />
import { Server } from 'http';
export default function createServer(): Server;
