import type { ChannelCategoryType } from '@mattermost/types/channel_categories';
export declare const CategoryTypes: {
    [name: string]: ChannelCategoryType;
};
