import { GuidValue } from "@omnia/fx/models"; import { Topic, TopicType } from "./Topic"; export declare class TaxonomyTopic implements Topic { readonly topicType: TopicType; readonly taxonomyId: GuidValue; constructor(taxonomyId: GuidValue); }