/** * Notifications conf */ import { SCNotificationsType } from '../types/context'; export declare const NOTIFICATIONS_OPTION = "notifications"; export declare const NOTIFICATIONS_WEB_SOCKET_OPTION = "webSocket"; export declare const NOTIFICATIONS_WEB_PUSH_MESSAGING_OPTION = "webPushMessaging"; export declare const NOTIFICATIONS_DISABLE_TOAST_MESSAGE_OPTION = "disableToastMessage"; export declare const NOTIFICATIONS_APPLICATION_SERVER_KEY_OPTION = "applicationServerKey"; export declare const DEFAULT_NOTIFICATIONS: SCNotificationsType; //# sourceMappingURL=Notifications.d.ts.map