import { CredentialStore } from "../services/credentials.js"; import { ToolDefinition } from "./index.js"; /** * Get notification tool definitions */ export declare function getNotificationToolDefinitions(): ToolDefinition[]; /** * Handle notification tool calls */ export declare function handleNotificationTool(toolName: string, args: Record, credentialStore: CredentialStore): Promise; //# sourceMappingURL=notification.tools.d.ts.map