export type ComposioSessionRecord = { chatSessionId: string; sessionId: string; createdAt: string; updatedAt: string; }; export declare function loadComposioSession(chatSessionId: string): Promise; export declare function saveComposioSession(chatSessionId: string, sessionId: string): Promise; //# sourceMappingURL=composio-session.d.ts.map