/** * Framework-generated RSC page bootstrap runtime. */ export type { ReactRscModelOptions, ReactRscMountOptions, ReactRscRuntimeBootstrap, } from "./rsc.js"; export { createReactRscModel, mountReactRscPage, startReactRscPageRuntime, unmountReactRscPage, } from "./rsc.js"; //# sourceMappingURL=rsc-runtime.d.ts.map