import { H as HttpRequestEventMap } from '../../glossary-6564c252.js'; import { I as Interceptor } from '../../Interceptor-af98b768.js'; import '@open-draft/deferred-promise'; import '@open-draft/logger'; import 'strict-event-emitter'; declare class FetchInterceptor extends Interceptor { static symbol: symbol; constructor(); protected checkEnvironment(): boolean; protected setup(): Promise; } export { FetchInterceptor };