import type { ConversationCache } from "../../conversation-cache"; export interface PruneAgentConversationsResult { scanned: number; pruned: number; missing: number; } export declare function pruneAgentConversations(cache: ConversationCache): PruneAgentConversationsResult; //# sourceMappingURL=pruneAgentConversations.d.ts.map