import { BeaconConfig } from "@lodestar/config"; import { BeaconBlock, ValidatorIndex, rewards } from "@lodestar/types"; import { Index2PubkeyCache } from "../cache/pubkeyCache.js"; import { CachedBeaconStateAllForks } from "../cache/stateCache.js"; export declare function computeSyncCommitteeRewards(config: BeaconConfig, index2pubkey: Index2PubkeyCache, block: BeaconBlock, preState: CachedBeaconStateAllForks, validatorIds?: (ValidatorIndex | string)[]): Promise; //# sourceMappingURL=syncCommitteeRewards.d.ts.map