import type { ChannelMeta } from "./types.public.js"; export declare function normalizeChannelMeta(params: { id: TId; meta?: Partial | null; existing?: Partial | null; }): ChannelMeta & { id: TId; };