package krasa.formatter.plugin; import java.util.List; public interface ImportsSorter { List<String> sort(List<String> imports); }