import { CachedBeaconStateAllForks, ISignatureSet } from "@lodestar/state-transition";
import { altair } from "@lodestar/types";
export declare function getSyncCommitteeSignatureSet(state: CachedBeaconStateAllForks, syncCommittee: altair.SyncCommitteeMessage): ISignatureSet;
//# sourceMappingURL=syncCommittee.d.ts.map