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