///
export declare function isExe(path: string): Promise;
export declare function isExists(path: string): Promise;
export declare function createDirIfNotExists(path: string): Promise;
export declare function isFile(path: string): Promise;
export declare function isArchive(path: string): Promise;
export declare function saveFile(dataBuffer: Buffer, savePath: string): Promise;