import { ChatContextDetails } from '../../modules/ai/api/types'; export declare const useGetChat: (contextTitle: string, contextDetails?: ChatContextDetails, createIfNotExist?: boolean) => { chatId: string | undefined; isLoading: boolean; isError: boolean; };