export declare const SW_MSG_START_INSTALLING = "SW_MSG_START_INSTALLING"; export declare const SW_MSG_INSTALLING = "SW_MSG_INSTALLING"; export declare const SW_MSG_INSTALLED = "SW_MSG_INSTALLED"; export declare const SW_MSG_SKIP_WAITING = "SW_MSG_SKIP_WAITING"; export declare const SW_MSG_PAGE_RELOAD = "SW_MSG_PAGE_RELOAD"; export declare const SW_MSG_START_ACTIVATING = "SW_MSG_START_ACTIVATING"; export declare const SW_MSG_ACTIVATED = "SW_MSG_ACTIVATED"; export declare const SW_EVENT_INSTALL = "install"; export declare const SW_EVENT_ACTIVATE = "activate"; export declare const SW_EVENT_FETCH = "fetch"; export declare const SW_EVENT_MESSAGE = "message"; export declare const SW_EVENT_SYNC = "sync"; export declare const SW_EVENT_PERIODICSYNC = "periodicsync"; export declare const SW_EVENT_PUSH = "push"; export declare const SW_EVENT_ERROR = "error"; export declare const SW_EVENT_MESSAGEERROR = "messageerror"; export declare const SW_EVENT_UNHANDLEDREJECTION = "unhandledrejection"; export declare const SW_EVENT_REJECTIONHANDLED = "rejectionhandled"; export declare const SW_EVENT_STATECHANGE = "statechange"; export declare const SW_EVENT_UPDATEFOUND = "updatefound"; export declare const SW_EVENT_BACKGROUNDFETCHSUCCESS = "backgroundfetchsuccess"; export declare const SW_EVENT_BACKGROUNDFETCHFAIL = "backgroundfetchfail"; export declare const SW_EVENT_BACKGROUNDFETCHABORT = "backgroundfetchabort"; export declare const SW_EVENT_BACKGROUNDFETCHCLICK = "backgroundfetchclick"; export declare const SW_STATE_ACTIVATED = "activated"; export declare const SW_STATE_ACTIVATING = "activating"; export declare const SW_STATE_INSTALLED = "installed"; export declare const SW_STATE_INSTALLING = "installing"; export declare const SW_STATE_PARSED = "parsed"; export declare const SW_STATE_REDUNDANT = "redundant";