/// import http from 'http'; export declare const app: import("express-serve-static-core").Express; export declare const server: http.Server; export declare const serverListen: () => http.Server;