import { createSpan, initTracer } from './utils/opentelemetry';
import { IAttributes, ICreateSpan, IEvents, IInitAttributes, IInitTracer} from './types/index'

export { createSpan, initTracer, IAttributes, ICreateSpan, IEvents, IInitAttributes, IInitTracer };
