export declare enum TopicType { User = 0, Page = 1, PageCollection = 2, PublishingApp = 3, Tag = 4, Taxonomy = 5, PublishingChannel = 6 } export interface Topic { readonly topicType: TopicType; }