package kotlin.reflect.jvm.internal.impl.descriptors;

import defpackage.kp6;
import kotlin.reflect.jvm.internal.impl.descriptors.DeclarationDescriptorNonRoot;
import kotlin.reflect.jvm.internal.impl.types.TypeSubstitutor;

/* JADX INFO: loaded from: classes3.dex */
public interface Substitutable<T extends DeclarationDescriptorNonRoot> {
    @kp6
    T substitute(@kp6 TypeSubstitutor typeSubstitutor);
}
