import { Span } from '@opentelemetry/api';
import { IAttributes } from '../types';
export declare const mappingAttributes: (span: Span, attributes: IAttributes) => void;
export declare const customAttributesToResourceFetchSpan: (span: Span, resource: PerformanceResourceTiming) => void;
