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