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