import type { Detector, DetectorSync } from './types'; /** * ResourceDetectionConfig provides an interface for configuring resource auto-detection. */ export interface ResourceDetectionConfig { detectors?: Array; } //# sourceMappingURL=config.d.ts.map