import { Server } from 'http';
export declare function startServer(port: number): Promise<Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>>;
