export declare const relativePath: (from: string, to: string) => string; export declare const retryNTimes: (attempt: (i: number) => Promise, max?: number) => Promise;