export { setLazyOptions } from "./core/configuration.js";
export { Lazy } from "./core/lazy.js";
export * from "./types.js";
export { moduleCollector } from "./utils/collector.js";
