export declare function retryOnReject(f: () => T | Promise, maxRetries: number, baseDelayMs?: number): Promise;