import type { AIConversationStore } from "../../types/ai"; export declare const createMemoryStore: () => AIConversationStore;