operator fun <T> ConfigValue<T>.getValue(instance: Any?, property: KProperty<*>): T
operator fun <T> ConfigValue<T>.setValue(instance: Any?, property: KProperty<*>, value: T): Unit