/// import http from 'http'; import { Handlers } from './types/Handlers'; import { Options } from './types/Options'; export declare function createServer(handlers: Handlers, options?: Options): http.Server; //# sourceMappingURL=server.d.ts.map