import type { EventCommandExecuted } from "@opencode-ai/sdk"; import type { LearningRecommendation } from "./types.js"; export declare function buildLearningCandidates(event: EventCommandExecuted, projectDir: string, now?: number): LearningRecommendation[];