//! Internals needed by macros. These have to be exported for the macros to work
pub use crate;
pub use crateTransparentNoCopyWrapper;
/// but are subject to change and should never be explicitly used.
// Used by the class macro.
pub use crate;
// An alias for neon_runtime so macros can refer to it.