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