export declare function retry(fn: () => T | undefined | null, timeout?: number): Promise;