"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MissingModuleNotification = exports.ElectronNotSupportedNotification = void 0;
exports.ElectronNotSupportedNotification = 'Core/electronNotSupported';
exports.MissingModuleNotification = 'Core/missingModule';