import { t as ChannelId } from "./channel-id.types-B_AcMzNT.js"; //#region src/channels/plugins/registry.d.ts declare function normalizeChannelId(raw?: string | null): ChannelId | null; //#endregion export { normalizeChannelId as t };