/**
 * @module sszTypes/generators
 */
import { SimpleContainerType } from "@chainsafe/ssz";
import { IBeaconSSZTypes } from "../interface";
export declare const ValidatorDuty: (ssz: IBeaconSSZTypes) => SimpleContainerType;
export declare const SyncingStatus: (ssz: IBeaconSSZTypes) => SimpleContainerType;
