import { Topic, TopicType } from "./Topic"; import { PageId } from "../../pages/Page"; export declare class PageCollectionTopic implements Topic { readonly topicType: TopicType; readonly pageCollectionId: PageId; constructor(pageCollectionId: PageId); }