import { CachedBeaconStateAllForks, EpochTransitionCache } from "../types.js"; /** * Reset the next slashings balance accumulator * * PERF: Almost no (constant) cost */ export declare function processSlashingsReset(state: CachedBeaconStateAllForks, cache: EpochTransitionCache): void; //# sourceMappingURL=processSlashingsReset.d.ts.map