import { ChatContextDetails } from '../ai/api/types'; export declare const useGetChat: (contextTitle: string, contextDetails?: ChatContextDetails, createIfNotExist?: boolean) => { chatId: string | undefined; isLoading: boolean; isError: boolean; }; //# sourceMappingURL=use-get-chat.d.ts.map