CabinetMover
import { CabinetMover } from "https://raw.githubusercontent.com/dan-online/cabinet/master/src/handlers/Move.ts";@example
const { mover } = new Cabinet("./file.txt");
mover.sync("./movedto.txt")
class CabinetMover { }
constructor(fs: Cabinet);
filePath: string;
promise(location: string);
sync(newLocation: string);