export * from "./types.js"; export * as ssz from "./sszTypes.js"; // Typeguards export * from "./utils/typeguards.js"; // String type export {StringType, stringType} from "./utils/StringType.js";