import type { ChannelCategoryType } from '@mattermost/types/channel_categories'; export declare const CategoryTypes: { [name: string]: ChannelCategoryType; }; export declare const ManagedCategoryPropertyGroupName = "managed_channel_categories"; export declare const ManagedCategoryPropertyFieldName = "category_name";