export declare const NOTIFICATION_TYPES: readonly ["COMMUNICATION", "CHECKUP", "MATCH_DECIDED", "MATCH_ACTIVATED"]; export declare type NotificationType = typeof NOTIFICATION_TYPES[number];