import { PubkeyIndexMap } from "@chainsafe/pubkey-index-map"; import { BeaconConfig } from "@lodestar/config"; import { ValidatorIndex, rewards } from "@lodestar/types"; import { CachedBeaconStateAllForks } from "../types.js"; export declare function computeAttestationsRewards(config: BeaconConfig, pubkey2index: PubkeyIndexMap, state: CachedBeaconStateAllForks, validatorIds?: (ValidatorIndex | string)[]): Promise; //# sourceMappingURL=attestationsRewards.d.ts.map