import { capella } from "@lodestar/types";
import { IBeaconChain } from "../index.js";
export declare function validateApiBlsToExecutionChange(chain: IBeaconChain, blsToExecutionChange: capella.SignedBLSToExecutionChange): Promise<void>;
export declare function validateGossipBlsToExecutionChange(chain: IBeaconChain, blsToExecutionChange: capella.SignedBLSToExecutionChange): Promise<void>;
//# sourceMappingURL=blsToExecutionChange.d.ts.map