import type { HttpHandler } from '../../src/server/HttpHandler'; export interface ServerConfig { getHttpHandler: () => HttpHandler; }