import { ForkSeq } from "@lodestar/params"; import { ValidatorIndex } from "@lodestar/types"; import { CachedBeaconStateAllForks } from "../types.js"; export declare function slashValidator(fork: ForkSeq, state: CachedBeaconStateAllForks, slashedIndex: ValidatorIndex, whistleblowerIndex?: ValidatorIndex): void; //# sourceMappingURL=slashValidator.d.ts.map