import type { Event } from "@opencode-ai/sdk"; import type { LearningRuntimeDeps } from "./types.js"; export declare function createLearningAutomationRuntime({ projectDir, notifySuggestion, notifyStatus, executeCommand, now, }: LearningRuntimeDeps): { handleEvent(event: Event): Promise; };