using System.Collections.Generic; using System.IO; using Deltares.Dam.Data.IO; namespace Deltares.Dam.Data.Exporters { public interface IScenarioExporter { void Export(); } }