package kotlin; /* loaded from: classes5.dex */ public interface Lazy { Object getValue(); boolean isInitialized(); }