export declare function retry(fn: () => Promise, opts?: { attempts?: number; wait?: number; log?: (msg: string, obj: object) => void; }): Promise; //# sourceMappingURL=retry.d.ts.map