function renameSyncRe-exportimport { renameSync } from "https://deno.land/std@0.76.0/node/fs.ts"; renameSync(oldPath: string | URL, newPath: string | URL)ParametersoldPath: string | URLnewPath: string | URL