import cpy from 'cpy'; import { Obj } from './type'; export { copy, copySync, emptyDir, emptyDirSync, ensureFile, ensureFileSync, ensureDir, ensureDirSync, ensureLink, ensureLinkSync, ensureSymlink, ensureSymlinkSync, existsSync, mkdirp, mkdirpSync, mkdirs, mkdirsSync, move, moveSync, outputFile, outputFileSync, outputJson, outputJsonSync, pathExists, pathExistsSync, readdir, readdirSync, readJson, readJsonSync, remove, removeSync, stat, statSync, writeJson, writeJsonSync, } from 'fs-extra'; export declare function safeRemove(filepath: string): Promise; export declare function resolvePkgBin(pkg: string, bin: string): string; export declare function readUTF8File(filepath: string): Promise; export declare function readUTF8FileSync(filepath: string): string; export declare function outputJsonWithSpaces(filepath: string, json: Obj): Promise; export declare function copyGlob(from: string | string[], to: string, options: cpy.Options): Promise; //# sourceMappingURL=fs.d.ts.map