import type { ImStreamClient } from "./connection.js"; export declare function registerStreamClient(agentId: string, client: ImStreamClient): void; export declare function getStreamClient(agentId: string): ImStreamClient | undefined; /** 仅当该 agentId 当前仍指向同一 client 时移除,避免误删其它账号注册的流客户端。 */ export declare function deregisterStreamClient(agentId: string, client: ImStreamClient): void; //# sourceMappingURL=agent-stream-client-registry.d.ts.map