package lombok.core.runtimeDependencies; import java.util.List; /* loaded from: com.discord-118107.apk:lombok/core/runtimeDependencies/RuntimeDependencyInfo.SCL.lombok */ public interface RuntimeDependencyInfo { List getRuntimeDependentsDescriptions(); List getRuntimeDependencies(); }