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