using SQLLinter.Common; namespace SQLLinter.Core.Interfaces; public interface IPluginHandler { IList Rules { get; } IDictionary RuleWithNames { get; } }