import { AsyncRetryArgs } from './typings'; export declare function asyncRetry(args: AsyncRetryArgs): Promise;