package constructs // Represents a construct. type IConstruct interface { } // The jsii proxy for IConstruct type jsiiProxy_IConstruct struct { _ byte // padding }