/** * Notify — bundled into pi-agent-flow * * Sends notifications when the agent is done and waiting for input. * Supports terminal (OSC), desktop, bell, and sound channels. */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export declare function setupNotify(pi: ExtensionAPI): void; //# sourceMappingURL=notify.d.ts.map