export declare const forceRetry: (task: () => Promise, count?: number, predicate?: (error: unknown) => boolean) => Promise;