namespace SQLLinter.Core.Interfaces; public interface ISqlDiagramProcessor { void ProcessList(List filePaths); void ProcessList(Dictionary files); void ProcessPath(string path); }