/** * HTTP Server Setup * Fastify server configuration with middleware and routes */ import Fastify from 'fastify'; import type { AppConfig } from '../types/http.js'; /** * Create and configure HTTP server */ export declare function createHttpServer(config: AppConfig): Promise, import("http").IncomingMessage, import("http").ServerResponse, Fastify.FastifyBaseLogger, Fastify.FastifyTypeProviderDefault>>; //# sourceMappingURL=server.d.ts.map