import { ViewOptions } from '@opentelemetry/sdk-metrics'; export declare function enableDebugMetrics(): void; export declare function recordCpuProfilerMetrics(metrics: { profilerStartDuration: number; profilerStopDuration: number; profilerProcessingStepDuration: number; }): void; export declare function recordHeapProfilerMetrics(metrics: { profilerCollectDuration: number; profilerProcessingStepDuration: number; }): void; export declare function getDebugMetricsViews(): ViewOptions[]; //# sourceMappingURL=debug_metrics.d.ts.map