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