// Links the generated XDR JavaScript to its type definitions.
// The runtime `export default types` object matches the `xdr` namespace shape.
export { xdr } from "./next.js";
export { xdr as default } from "./next.js";
