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