import "reflect-metadata"; import MainModuleFunction from './wax_module.web.js'; export * from './wax_module.web.js'; export * from './protocol.js'; export * from './visitor.js'; export * from "./detailed/web.js"; export * from "./interfaces.js"; export * from "./errors.js"; export default MainModuleFunction;