export declare const retry: (func: () => Promise | T, options?: { onErr?: (error: unknown, retryCount: number) => void; timeoutMultiplier?: number; maxRetries?: number; }) => (() => Promise); //# sourceMappingURL=retry.d.ts.map