import { Async } from '@vertexvis/utils'; export declare function retryIfNotAborted(abortSignal: AbortSignal, fn: () => Promise, fallback: T, opts: Async.RetryOptions): Promise;