/** * Common Telemetry Utilities * * Shared utilities for resource building and policy evaluation. * * NOTE: Sanitization and routing are handled by the OTEL Collector * in the tiered telemetry architecture. See obs/otel-collector/config-tiered.yaml. */ export * from "./deployment-type.js"; export * from "./resource.js"; export * from "./policy-evaluator.js"; export * from "./guardrails.js"; export * from "./contracts/tier2-traces.js"; export * from "./log-sanitizer.js"; export * from "./tier-hints.js"; //# sourceMappingURL=index.d.ts.map