import { Interaction } from '@serenity-js/core'; import type { Path } from '@serenity-js/core/io'; /** * @package */ export declare const RenameFile: { from: (source: Path) => { to: (destination: Path) => Interaction; }; }; //# sourceMappingURL=RenameFile.d.ts.map