/**
 * Health check orchestration
 */
import type { HealthCheckConfig, HealthCheckResult } from '../types.js';
/**
 * Run a comprehensive health check
 */
export declare function runHealthCheck(config: HealthCheckConfig, correlationId: string): Promise<HealthCheckResult>;
//# sourceMappingURL=health-check-runner.d.ts.map