import { n as ChatChannelId } from "./channel-id.types-B_AcMzNT.js"; import { E as ChannelMeta } from "./types.core-BSyOg0vX.js"; //#region src/channels/chat-meta-shared.d.ts type ChatChannelMeta = ChannelMeta; //#endregion //#region src/channels/chat-meta.d.ts declare function getChatChannelMeta(id: ChatChannelId): ChatChannelMeta; //#endregion export { getChatChannelMeta as t };