export default interface CanRemoveImagesInterface { remove(imageId: string): void; }