export declare class Notification { id: string; userId: string; subscribedToPublishersIds?: string[]; subscribedToTags?: string[]; }