import { type Express } from "express"; interface McpExpressHostOptions { host?: string; allowedHosts?: string[]; } /** * Create an Express app with the MCP SDK's host-header protection, but without * the SDK factory's default 100 KB JSON parser. HTTP mode installs auth and the * configured body parser later so large valid MCP payloads honor server config. */ export declare function createHarnessHttpExpressApp(options?: McpExpressHostOptions): Express; export {}; //# sourceMappingURL=http-app.d.ts.map