import { type ExpungeResult } from "../lib/graph-prune.js"; export interface ConversationMemoryExpungeParams { accountId: string; sessionId: string; pattern: string; } export declare function conversationMemoryExpunge(params: ConversationMemoryExpungeParams): Promise; //# sourceMappingURL=conversation-memory-expunge.d.ts.map