export declare const PROVIDER_MAP: Record<string, string>;
export interface AttributeMapping {
    from: string;
    to?: string;
    transform?: (value: any, attrs: Record<string, any>) => any;
}
export declare function tryParseJson(value: string): unknown;
export declare function serializeToJson(value: unknown, maxDepth?: number): string;
//# sourceMappingURL=instrumentation-utils.d.ts.map