import type { IncomingMessage, ServerResponse } from 'node:http'; export declare function handleStream(req: IncomingMessage, res: ServerResponse, sessionId: string, streams?: Set): Promise;