export declare const tryN: (n: number, f: () => Promise, interval?: number, e?: any) => Promise;