import fetch, { FetchOptions } from 'make-fetch-happen'; type Response = Awaited>; export declare function fetchWithRetry(url: string, options: FetchOptions): Promise; export {};