//#region ../@warlock.js/fs/src/rename.d.ts /** * Rename / move a file or directory. */ declare function renameFileAsync(from: string, to: string): Promise; declare function renameFile(from: string, to: string): void; //#endregion export { renameFile, renameFileAsync }; //# sourceMappingURL=rename.d.mts.map