import { ToolHandler, GetNotificationsArgs } from "./types.js";
export declare const handleGetNotifications: ToolHandler<GetNotificationsArgs>;
