/** * Public SDK subpath for lazy runtime module and method binding helpers. */ export { createLazyRuntimeModule, createLazyRuntimeMethod, createLazyRuntimeMethodBinder, createLazyRuntimeNamedExport, createLazyRuntimeSurface, } from "../shared/lazy-runtime.js";