type ShouldRetry = (err: Error) => boolean; /** * Returns a function that says whether the request should be retried after meeting the given error. */ export declare function useShouldRetry(): ShouldRetry; export {};