import type { IncomingMessage, ServerResponse } from "node:http"; import type { CallerIdentity } from "./session-comm-guards.js"; export declare function handleTalkProactiveApi(req: IncomingMessage, res: ServerResponse, pathname: string, caller: CallerIdentity): Promise; //# sourceMappingURL=talk-proactive-api.d.ts.map