export declare function retry(fn: () => Promise, count: number): Promise; export declare function getDappateerPath(): string; export declare function copyUserDataFiles(from: string, to: string): void;