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