import { CachedBeaconStateAllForks, EpochTransitionCache } from "../types.js"; /** * Write next randaoMix * * PERF: Almost no (constant) cost */ export declare function processRandaoMixesReset(state: CachedBeaconStateAllForks, cache: EpochTransitionCache): void; //# sourceMappingURL=processRandaoMixesReset.d.ts.map