import type { IncomingMessage, ServerResponse } from "node:http"; import type { ControlAuth } from "./auth.js"; import type { ControlMcpService } from "./mcp-api.js"; /** 已通过控制认证与维护门禁;响应前重新验证,避免撤销后的迟到结果泄露。 */ export declare function respondControlMcp(service: ControlMcpService, request: IncomingMessage, response: ServerResponse, pathname: string, local: boolean, auth?: ControlAuth): Promise; //# sourceMappingURL=mcp-http.d.ts.map