import type { PluginInput } from "@opencode-ai/plugin"; import type { Platform } from "./types"; export declare function sendNotification(ctx: PluginInput, p: Platform, title: string, message: string): Promise; export declare function playSound(ctx: PluginInput, p: Platform, soundPath: string): Promise;