export declare type NotificationType = 'FOLLOW' | 'MESSAGE' | 'CHAT' | 'GROUP' | 'RECIPE' | 'ACCOUNT' | 'GENERAL' | 'PROMOTIONAL' | 'TRANSACTIONAL'; export declare const notificationTypes: string[];