import fetch, { type RequestInfo, type RequestInit } from 'node-fetch'; export declare function getSafeFetch(domains: Array<(string | RegExp)>, manifest: any, config: string | Record | null): (url: RequestInfo, options: RequestInit, authId?: string) => Promise;