import { routes } from "@lodestar/api";
import { CachedBeaconStateAllForks } from "@lodestar/state-transition";
import { BeaconBlock, ValidatorIndex } from "@lodestar/types";
export type SyncCommitteeRewards = routes.beacon.SyncCommitteeRewards;
export declare function computeSyncCommitteeRewards(block: BeaconBlock, preState: CachedBeaconStateAllForks, validatorIds?: (ValidatorIndex | string)[]): Promise<SyncCommitteeRewards>;
//# sourceMappingURL=syncCommitteeRewards.d.ts.map