import type { Plugin } from "@opencode-ai/plugin"; declare const GoatCodePlugin: Plugin; export default GoatCodePlugin; export { definePlugin } from "./plugin-api"; export { defineConfig, defineConfigAsync } from "./config";