import { CachedBeaconStatePhase0 } from "../types.js"; /** * PERF: Should have zero cost. It just moves a rootNode from one key to another. Then it creates an empty tree on the * previous key */ export declare function processParticipationRecordUpdates(state: CachedBeaconStatePhase0): void; //# sourceMappingURL=processParticipationRecordUpdates.d.ts.map