export declare const $ChannelPermission: { properties: { permissions: { type: string; contains: { type: string; }; isRequired: boolean; }; channelId: { type: string; maxLength: number; minLength: number; pattern: string; }; isChannel: { type: string; isRequired: boolean; }; }; };