export { autoRetry }; declare function autoRetry(test: () => Result | Promise, { timeout }?: { timeout?: number; }): Promise;