import { FileStructure } from '../structure/file-structure'; import { Action } from './action'; export declare type DeleteItemQueryParams = { cleanup: boolean; rimraf: boolean; }; export declare type DeleteItemParams = Array; export declare function createDeleteItemHandler(fileStructure: FileStructure): Action; //# sourceMappingURL=delete-item.d.ts.map