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