export * from "./types.js";
export * from "./validator.js";

import * as ssz from "./sszTypes.js";
import * as ts from "./types.js";
export {ts, ssz};
