/**
 * Performance monitoring health check
 */
import type { HealthCheck, HealthCheckConfig } from '../types.js';
/**
 * Check performance monitoring health
 */
export declare function checkPerformanceMonitoring(config: HealthCheckConfig): HealthCheck;
//# sourceMappingURL=performance-check.d.ts.map