export default function renameWithFallback(src: string, dest: string, callback: (err?: Error | null) => void): void;
