import type { IChatConversationLocal } from "../model.js"; import { type StoredConversation } from "../types.js"; export declare function isConversationWithLocalId(conv: IChatConversationLocal | undefined, localId?: string): conv is IChatConversationLocal; export declare function getConversationLocalId(conv: IChatConversationLocal | undefined): string | undefined; export declare function createEmptyConversation(): IChatConversationLocal; export declare function getConversationData(data: Record, localId?: string): StoredConversation | undefined; export declare function checkConversationData(data: Record, localId?: string): StoredConversation | undefined; //# sourceMappingURL=utils.d.ts.map