namespace Splitter_UI.Services; public interface IFileProbeService { Task ProbeAsync(string inputFile, CancellationToken token); }