/** * PostgreSQL Monitoring — Alert Thresholds */ import type { PostgresAdapter } from "../../postgres-adapter.js"; import { type ToolDefinition } from "../../../../types/index.js"; export declare function createAlertThresholdSetTool(_adapter: PostgresAdapter): ToolDefinition; //# sourceMappingURL=alert-thresholds.d.ts.map