namespace Nerfed.Builder; public interface IImporter { void Import(string inFile, string outFile); }