import type { InsightPattern } from "../../domain/loop/insight-pattern.js"; export type { InsightPattern }; export declare function savePatterns(workspaceRoot: string, patterns: readonly InsightPattern[]): Promise; export declare function loadPatterns(workspaceRoot: string): Promise; export declare function getRecommendations(workspaceRoot: string): Promise; export declare function getActionableInsights(workspaceRoot: string): Promise; export declare function shouldExtract(tracesSinceLastExtraction: number): boolean; //# sourceMappingURL=insight-store.d.ts.map