import asyncRetry from 'next/dist/compiled/async-retry'; export declare function retry(fn: asyncRetry.RetryFunction, retries: number): Promise;