import { ForkSeq } from "@lodestar/params"; import { BeaconBlockBody, BlindedBeaconBlockBody } from "@lodestar/types"; import { CachedBeaconStateBellatrix, CachedBeaconStateCapella } from "../types.js"; import { BlockExternalData } from "./externalData.js"; export declare function processExecutionPayload(fork: ForkSeq, state: CachedBeaconStateBellatrix | CachedBeaconStateCapella, body: BeaconBlockBody | BlindedBeaconBlockBody, externalData: Omit): void; //# sourceMappingURL=processExecutionPayload.d.ts.map