import { type AttributeValue } from "@opentelemetry/api";
export declare const WIDE_EVENT_CONTEXT_KEY: symbol;
export declare const WIDE_EVENT_ROOT_SPAN: unique symbol;
export type WideEventBag = Map<string, AttributeValue>;
export declare function getWideEventBag(): WideEventBag | undefined;