declare class NavigatorEvents { /** * TODO: YUIDoc_comment * * @event ONLINE * @type {string} * @static */ static ONLINE: string; /** * TODO: YUIDoc_comment * * @event OFFLINE * @type {string} * @static */ static OFFLINE: string; } export default NavigatorEvents;