import {ValueOf} from "@chainsafe/ssz"; import * as ssz from "./sszTypes.js"; export type SyncSubnets = ValueOf; export type Metadata = ValueOf; export type SyncCommittee = ValueOf; export type SyncCommitteeMessage = ValueOf; export type SyncCommitteeContribution = ValueOf; export type ContributionAndProof = ValueOf; export type SignedContributionAndProof = ValueOf; export type SyncAggregatorSelectionData = ValueOf; export type SyncAggregate = ValueOf; export type BeaconBlockBody = ValueOf; export type BeaconBlock = ValueOf; export type SignedBeaconBlock = ValueOf; export type BeaconState = ValueOf; export type LightClientHeader = ValueOf; export type LightClientBootstrap = ValueOf; export type LightClientUpdate = ValueOf; export type LightClientFinalityUpdate = ValueOf; export type LightClientOptimisticUpdate = ValueOf; export type LightClientUpdatesByRange = ValueOf;