#nullable enable using System.Collections.Generic; using SharpGen.Model; namespace SharpGen.Transform { public interface IInteropSignatureTransform { IDictionary GetInteropSignatures(CsCallable callable); } }