import type { HealthScope, MetricCollectorDefinition } from "./core/types"; export declare function runtimeMetricsCollector(options?: { scopes?: readonly HealthScope[]; }): MetricCollectorDefinition<"runtime.metrics">; //# sourceMappingURL=collectors.d.ts.map