import { ServerResponse } from '@frontmcp/sdk'; export declare function writeHttpResponse(res: ServerResponse, value: any): Promise;