import type { InstrumentationScope } from '@opentelemetry/core';
/**
 * Converting the instrumentation scope object to a unique identifier string.
 * @param scope - The instrumentation scope to convert
 * @returns A unique string identifier for the scope
 */
export declare function getInstrumentationScopeKey(scope: InstrumentationScope): string;
//# sourceMappingURL=utils.d.ts.map