using System.Collections.Generic;
using Rokojori.Extensions;
namespace Rokojori;
public interface Statement
{
}