namespace Amazon.JSII.Runtime.Services
{
    internal interface IJsiiRuntimeProvider
    {
        string? JsiiRuntimePath { get; }
    }
}