import { gloas } from "@lodestar/types"; import { CachedBeaconStateGloas } from "../types.ts"; export declare function processExecutionPayloadEnvelope(state: CachedBeaconStateGloas, signedEnvelope: gloas.SignedExecutionPayloadEnvelope, verify: boolean): void; //# sourceMappingURL=processExecutionPayloadEnvelope.d.ts.map