using splitter.probe; namespace Splitter_UI.Services; public interface IFileProbeService { Task ProbeAsync(string inputFile); }