import type { CommandContext, RenameResult } from './types'; export declare const rename: (ctx: CommandContext, path: string, newPath: string) => Promise; //# sourceMappingURL=rename.d.ts.map