/**
 * Alert management and sending
 */
import type { HealthCheckConfig, HealthCheckResult } from '../types.js';
/**
 * Send health alert
 */
export declare function sendAlert(result: HealthCheckResult, config: HealthCheckConfig, lastAlert: number | undefined, correlationId: string): Promise<void>;
//# sourceMappingURL=alert-manager.d.ts.map