import type { CommonTopic } from './CommonTopic'; /** * a permission and its associated channel */ export declare type ChannelPermission = { permissions: Array; channelId?: string; isChannel: boolean; };