import { SimpleFetchRequestOptions, SimpleFetchResponse } from "@keplr-wallet/simple-fetch"; export declare function fetchWithRetry(baseURL: string, options?: SimpleFetchRequestOptions): Promise>; export declare function fetchWithRetry(baseURL: string, url?: string, options?: SimpleFetchRequestOptions): Promise>;