/// import * as http from 'http'; export declare function createServer(): Promise; export declare function startServer(): Promise;