import { UserIdentity } from "@omnia/fx-models"; import { Topic, TopicType } from "./Topic"; export declare class UserTopic implements Topic { readonly topicType: TopicType; readonly user: UserIdentity; constructor(userLogin: string); }