import { gloas } from "@lodestar/types"; import { CachedBeaconStateGloas } from "../types.ts"; export declare function processPayloadAttestation(state: CachedBeaconStateGloas, payloadAttestation: gloas.PayloadAttestation): void; //# sourceMappingURL=processPayloadAttestation.d.ts.map