namespace dotless.Core.Input { public interface IPathResolver { string GetFullPath(string path); } }