export interface IRenamingHandler { before(files: ReadonlyMap): void; after(files: Map): void; }