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