/** * HTTP Server Entry Point * Starts the HTTP API server */ import type { AppConfig } from '../types/http.js'; /** * Start HTTP server */ export declare function startHttpServer(config: AppConfig): Promise; //# sourceMappingURL=http-index.d.ts.map