export declare function isFileExistsSync(file: string): boolean;
export declare function isFileExists(file: string): Promise<boolean>;
