import { Server } from 'http';

const server: Server<Request, Response>;

export default server;
