/** * @fileoverview Entry point for ./context subpath. * MDC context utilities: createLogContext, child, withContext, getContext. */ export { createLogContext, type LogContext, type ContextSnapshot, type ChildLoggerFactory, type ChildLoggerShape } from './context/index.js'; //# sourceMappingURL=context-module.d.ts.map