import { MoveVRFolderInput } from './types'; export declare const moveFolder: ({ nodeAddress, token, originPath, destinationPath, }: MoveVRFolderInput) => Promise;