import type { Resource } from './Resource'; import type { ResourceDetectionConfig } from './config'; /** * Runs all resource detectors and returns the results merged into a single Resource. * * @param config Configuration for resource detection */ export declare const detectResources: (config?: ResourceDetectionConfig) => Resource; //# sourceMappingURL=detect-resources.d.ts.map