using Avalonia.Media.Imaging; namespace Avalar.Models.Interfaces { public interface IImageModel { IBitmap LoadImage(string imagePath); } }