using System.Collections.Generic; namespace ScriptCs.Contracts { public interface IReplEngine : IScriptEngine { ICollection GetLocalVariables(ScriptPackSession scriptPackSession); } }