export declare function directoryExistsAsync(file: string): Promise; export declare function clearNativeFolder(projectRoot: string, folders: string[]): Promise; export declare function hasRequiredAndroidFilesAsync(projectRoot: string): Promise; export declare function hasRequiredIOSFilesAsync(projectRoot: string): Promise; export declare function promptToClearMalformedNativeProjectsAsync(projectRoot: string, checkPlatforms: string[]): Promise;