export declare const notificationFeatureKey = "@yap/notification"; export interface YapNotification { id: string; text: { code: string; param?: { [key: string]: string; }; title?: string; }; link?: string; creationDate: string; }