export { capability } from './capability.js'; export type { CapabilityOf, CapabilityRegistry } from './capability.js'; export { CHANNEL_PREFIX, channelName, emit, getChannel, SCHEMA_VERSION } from './channel.js'; export { claimDiagnostics, isDiagnosticClaimed } from './claims.js'; export { assertCapabilityNaming } from './conformance.js'; export { CONTEXT_ACCESSOR, type ContextAccessor, type ContextStore, getContextAccessor, resolveTraceId, setContextAccessor, type UserRef, } from './context-accessor.js'; export { onChannelRegistered, registerChannel, registeredChannels, resetRegistry, } from './registry.js'; export { SPAN_SCHEMA_VERSION, trace, type TraceChannelNames, traceChannelNames, type TracingChannel, tracingChannel, } from './trace.js'; export type { ChannelRegistry, DiagnosticEvent, EmitOptions, EventOf, LibOf, PayloadOf, SpanEvent, SpanPhase, TraceOptions, } from './types.js'; //# sourceMappingURL=index.d.ts.map