import { Project } from "./types"; export declare function rename(prj: Project, fromPath: string, toPath: string): Promise;