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