import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
export interface RuntimeNodeInstrumentationConfig extends InstrumentationConfig {
    monitoringPrecision?: number;
}
//# sourceMappingURL=types.d.ts.map