import { type IChatConversationLocal } from "../model.js"; /** * Hook to retrieve the list of all conversations. * * @alpha */ export declare function useGenAiConversations(): IChatConversationLocal[] | undefined; /** * Hook to retrieve the current active conversation. * * @alpha */ export declare function useGenAiCurrentConversation(): IChatConversationLocal | undefined; /** * Hook to retrieve whether the conversations have been loaded. * * @alpha */ export declare function useGenAiConversationsLoaded(): boolean; //# sourceMappingURL=useGenAiSelectors.d.ts.map