import type { PluginInput } from "@opencode-ai/plugin"; export declare function sendWindowsSessionNotification(ctx: PluginInput, title: string, message: string): Promise; export declare function playWindowsSessionNotificationSound(ctx: PluginInput, soundPath: string): Promise;