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