import type { SKYKOIConfig } from "../../config/config.js"; import { type AnyKoiTool } from "./common.js"; export declare function createNotifyMeTool(opts?: { koiSessionKey?: string; config?: SKYKOIConfig; }): AnyKoiTool;