import type { InstrumentationChannelKind } from "#public/channels/index.js";
export declare function isInstrumentationChannelKind(kind: string): kind is InstrumentationChannelKind;
export declare function normalizeInstrumentationChannelKind(rawKind: string | undefined): InstrumentationChannelKind;
