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