import http from 'http'; /** * Create and configure the express server */ export declare function createServer(): http.Server;