export declare const otel: {
    withExternalTrace: <T>(fn: () => T) => T;
};
