/**
* Renames a path atomically, retrying the transient busy-handle errors that
* Windows can report while another process briefly has either path open.
*/exportdeclarefunctionrenameWithTransientBusyRetry(sourcePath: string, destinationPath: string): Promise<void>;