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