export declare function setSessionImContext(sessionKey: string, ctx: { groupId: string; replyToMsgId: string; agentId: string; }): void; export declare function getSessionImContext(sessionKey: string): { groupId: string; replyToMsgId: string; agentId: string; } | undefined; export declare function clearSessionImContext(sessionKey: string, expectedReplyToMsgId?: string): boolean; export declare function touchSessionImContext(sessionKey: string): void; //# sourceMappingURL=session-im-context.d.ts.map