import '../string/params.js'; import '../string/firstUpper.js'; import '../string/center.js'; import '../string/reverse.js'; import '../string/ljust.js'; import '../string/rjust.js'; import '../string/trimBeginChars.js'; import '../string/trimEndChars.js'; import '../string/replaceAll.js'; import '../string/trimChars.js'; import '../types.js'; import { AsyncFunction } from '../types/asyncFunction.js'; import '../types/mutableRecordList.js'; import '../types/mutableRecord.js'; import '../types/union.js'; import '../types/changeFieldType.js'; import '../types/valueOf.js'; import '../types/optional.js'; import '../types/dict.js'; import '../types/JsonObject.js'; import '../types/deepPartial.js'; import '../types/deepRequired.js'; import '../types/ObjectKeys.js'; import '../types/requiredKeys.js'; import '../types/getTypeByPath.js'; import 'type-fest'; import '../types/objectKeyPaths.js'; import '../types/keys.js'; import '../types/arrayMember.js'; import '../types/Unique.js'; import '../types/syncFunction.js'; import '../types/argument.js'; import '../types/lastArgument.js'; import '../types/overloads.js'; import '../types/changeReturns.js'; import '../types/implementOf.js'; import '../types/class.js'; import '../types/firstUpper.js'; import '../types/firstLower.js'; import '../types/primitive.js'; import '../types/IsNumberLike.js'; import '../types/merge.js'; import '../types/collection.js'; import '../types/timeDuration.js'; import '../types/fileSize.js'; import '../types/rename.js'; import '../types/fallback.js'; import '../types/allowEmpty.js'; declare const readFile: AsyncFunction; declare const copyFile: AsyncFunction; declare const mkdir: AsyncFunction; declare const readdir: AsyncFunction; declare const readlink: AsyncFunction; declare const realpath: AsyncFunction; declare const rename: AsyncFunction; declare const rmdir: AsyncFunction; declare const stat: AsyncFunction; declare const symlink: AsyncFunction; declare const unlink: AsyncFunction; declare const writeFile: AsyncFunction; declare const access: AsyncFunction; declare const appendFile: AsyncFunction; declare const chmod: AsyncFunction; declare const chown: AsyncFunction; declare const close: AsyncFunction; declare const fchmod: AsyncFunction; declare const fchown: AsyncFunction; declare const rm: AsyncFunction; declare const truncate: AsyncFunction; declare const openDir: AsyncFunction; declare const open: AsyncFunction; declare const read: AsyncFunction; declare const write: AsyncFunction; declare const mkdtemp: AsyncFunction; declare const cp: AsyncFunction; declare const exists: AsyncFunction; export { access, appendFile, chmod, chown, close, copyFile, cp, exists, fchmod, fchown, mkdir, mkdtemp, open, openDir, read, readFile, readdir, readlink, realpath, rename, rm, rmdir, stat, symlink, truncate, unlink, write, writeFile };