namespace SPTarkov.Server.Core.Models.External; public interface IPreSptLoadModAsync { Task PreSptLoadAsync(); }