export = renameOverwrite

declare function renameOverwrite (oldPath: string, newPath: string): Promise<void>

declare namespace renameOverwrite {
  function sync (oldPath: string, newPath: string): void
}
