import { FileStructure } from '../structure/file-structure'; import { RefactorData } from '../structure/refactorer'; import { Action } from './action'; export declare type RefactorItemBody = { name: string; update: RefactorData; }; export declare type RefactorItemParams = Array; export declare function createRefactorItemHandler(fileStructure: FileStructure): Action; //# sourceMappingURL=refactor-item.d.ts.map