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