import { DocumentLoadCustomAttributeFunction, DocumentLoadInstrumentationConfig, ResourceFetchCustomAttributeFunction } from "./types.cjs";
import { DocumentLoadInstrumentation } from "./DocumentLoadInstrumentation.cjs";
import { AttributeNames } from "./enums/AttributeNames.cjs";
export { AttributeNames, type DocumentLoadCustomAttributeFunction, DocumentLoadInstrumentation, type DocumentLoadInstrumentationConfig, type ResourceFetchCustomAttributeFunction };