/** * Original work Copyright (c) 2021 Burst Apps Team */ import { AsyncRetryArgs } from './typings'; /** * Utility function to retry async functions. * * @param args The argument object* * */ export declare function asyncRetry(args: AsyncRetryArgs): Promise;