export declare function createComposioTools(chatSessionId?: string): Promise>; export declare function getComposioStatus(chatSessionId?: string): Promise<{ configured: boolean; userId: string | null; sessionId: string | null; reusedSession: boolean; toolkits: Array<{ slug: string; name: string; isNoAuth: boolean; connected: boolean; status?: string; }>; }>; //# sourceMappingURL=composio.tool.d.ts.map