import { FileStructure } from '../structure/file-structure'; import { Action } from './action'; export declare type MoveItemBody = { copy?: boolean; newUrl?: string; }; export declare type MoveItemParams = Array; export declare function createMoveItemHandler(fileStructure: FileStructure): Action; //# sourceMappingURL=move-item.d.ts.map