import type { HardhatRuntimeEnvironment } from "hardhat/types/hre"; import { SlashingManager } from "../types"; /** * Enables Lane A (`proposeSlash`) policies for all `ProofType` values (0–10). * Local dev deploys omit this by default, which causes `SlashReasonDisabled` reverts. */ export declare function configureLocalSlashingPolicies(hre: HardhatRuntimeEnvironment, slashingManager?: SlashingManager): Promise; //# sourceMappingURL=configureLocalSlashingPolicies.d.ts.map