import { SCNotificationTopicType, SCNotificationTypologyType } from '../types/notification'; /** * List of all possible topics */ export declare const SCNotificationTopics: SCNotificationTopicType[]; /** * Notification mapping */ export declare const SCNotificationMapping: { 2: SCNotificationTypologyType; 4: SCNotificationTypologyType; 55: SCNotificationTypologyType; 56: SCNotificationTypologyType; 57: SCNotificationTypologyType; 58: SCNotificationTypologyType; 59: SCNotificationTypologyType; 60: SCNotificationTypologyType; 19: SCNotificationTypologyType; 9: SCNotificationTypologyType; 16: SCNotificationTypologyType; 37: SCNotificationTypologyType; 105: SCNotificationTypologyType; 50: SCNotificationTypologyType; 51: SCNotificationTypologyType; 52: SCNotificationTypologyType; 65: SCNotificationTypologyType; 66: SCNotificationTypologyType; 54: SCNotificationTypologyType; 75: SCNotificationTypologyType; 76: SCNotificationTypologyType; 77: SCNotificationTypologyType; 78: SCNotificationTypologyType; 79: SCNotificationTypologyType; 97: SCNotificationTypologyType; 98: SCNotificationTypologyType; 67: SCNotificationTypologyType; 68: SCNotificationTypologyType; 69: SCNotificationTypologyType; 70: SCNotificationTypologyType; 71: SCNotificationTypologyType; 73: SCNotificationTypologyType; 74: SCNotificationTypologyType; 83: SCNotificationTypologyType; 96: SCNotificationTypologyType; 99: SCNotificationTypologyType; }; /** * Silent Snippet Notifications */ export declare const SCSilentSnippetNotifications: number[]; /** * Silent Toast Notifications */ export declare const SCSilentToastNotifications: number[]; //# sourceMappingURL=Notification.d.ts.map