import { t as Interceptor } from "../../interceptor-dtJZ_9QT.js"; import { n as HttpRequestEventMap } from "../../http-CB9rQ7i_.js"; //#region src/interceptors/fetch/node.d.ts /** * Interceptor for `fetch` requests in Node.js. * @note This interceptor only affects requests performed via * the global `fetch` function. To intercept fetch requests performed * by other means (e.g. direct `request()` from Undici) use the * `HttpRequestInterceptor` instead. */ declare class FetchInterceptor extends Interceptor { static symbol: symbol; protected predicate(): boolean; protected setup(): void; } //#endregion export { FetchInterceptor }; //# sourceMappingURL=node.d.ts.map