export declare const notifyTools: { sendNotification: import("ai").Tool<{ title: string; message: string; urgency?: "critical" | "normal" | "low" | undefined; webhook?: string | undefined; slack?: string | undefined; }, { ok: boolean; }>; }; //# sourceMappingURL=notify.tool.d.ts.map