declare class SWProxyActionName { static readonly REQUEST_BYPASS_FETCH = "request: bypass fetch"; static readonly RESPOND_BYPASS_FETCH = "respond: bypass fetch"; static readonly MESSAGE_NOTIFY_EXCEPTION = "message: notify exception"; } export { SWProxyActionName };