import { ChannelCategoryType } from "../types/channel_categories";
export declare const CategoryTypes: {
    [name: string]: ChannelCategoryType;
};
