import type { Plugin } from "@opencode-ai/plugin"; declare const OhMyOpenCodePlugin: Plugin; export default OhMyOpenCodePlugin; export type { OhMyOpenCodeConfig, AgentName, AgentOverrideConfig, AgentOverrides, HookName, } from "./config";