//! Internals needed by macros. These have to be exported for the macros to work
/// but are subject to change and should never be explicitly used.
// Used by the class macro.
pubuseobject::class::internal::{AllocateCallback, ConstructCallback, ConstructorCallCallback, MethodCallback};pubusecontext::internal::initialize_module;// An alias for neon_runtime so macros can refer to it.
pubmodruntime{pubuseneon_runtime::*;}