#!/usr/bin/env node import { type Express } from "express"; import type { Config } from "./types.js"; export declare function startHttpServer(config?: Config): Promise; export declare function createMcpHttpApp(config: Config): Express; //# sourceMappingURL=http.d.ts.map