import type { Plugin } from "@opencode-ai/plugin"; /** * Opencode Notify Plugin * * Provides native OS notifications with actionable buttons * when Opencode needs user input. */ export declare const opencodeNotifyPlugin: Plugin; export default opencodeNotifyPlugin; export type { Config } from "./config"; export type { NotificationOptions, NotificationResult } from "./notify"; //# sourceMappingURL=index.d.ts.map