public abstract interface Runnable : R|kotlin/Any| {
    public abstract operator fun run(): R|kotlin/Unit|

}
