import type { Plugin } from "@opencode-ai/plugin"; export declare const Autopilot: Plugin; export { loadConfig, type AutopilotConfig } from "./config.js"; export { loadBacklog, saveBacklog, genID, getNextTask, getActiveTasks, promoteNext, expireStale, type Task, type TaskScope, type Backlog, } from "./backlog.js"; export { loadMetrics, saveMetrics, recordMetric, getDispatchedToday, formatStats, type MetricEvent, type Metrics, } from "./metrics.js"; export { validateTask, formatValidationQuestions, type ValidationIssue, } from "./validate.js";