///
import * as fs from 'fs';
export declare const fsWrapper: {
readdirAsync: (...callArgs: any[]) => Promise;
readFileAsync: (...callArgs: any[]) => Promise;
writeFileAsync: (...callArgs: any[]) => Promise;
mkdirpAsync: (...callArgs: any[]) => Promise;
doesPathExistSync: typeof fs.existsSync;
rmdirSync: typeof fs.rmdirSync;
removeFileAsync: (...callArgs: any[]) => Promise;
statAsync: (...callArgs: any[]) => Promise;
appendFileAsync: (...callArgs: any[]) => Promise;
accessAsync: (...callArgs: any[]) => Promise;
doesFileExistAsync: (filePath: string) => Promise;
};
//# sourceMappingURL=fs_wrapper.d.ts.map