import { Resource } from '../../Resource'; /** * Detects resources for the browser platform, which is currently only the * telemetry SDK resource. More could be added in the future. This method * is async to match the signature of corresponding method for node. */ export declare const detectResources: () => Promise;