declare const asyncMethodRetry: (method: () => Promise<any>, retries?: number, timeout?: number) => Promise<any>;
export default asyncMethodRetry;
