import type { ChannelId } from "./plugins/channel-id.types.js"; export declare function normalizeAnyChannelId(raw?: string | null): ChannelId | null;