/** * Main server entry point - Express HTTP server with WebSocket support. * Routes and handlers are split into separate modules for maintainability. */ export declare function createServer(): Promise>; //# sourceMappingURL=server.d.ts.map