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