import { type Channel, type TracingChannel } from 'node:diagnostics_channel'; export type { TracingChannel, Channel }; export declare let metrics: Channel; export declare let tracing: TracingChannel; //# sourceMappingURL=diagnostics-channel-esm.d.mts.map