import { gloas } from "@lodestar/types"; import { CachedBeaconStateGloas } from "../types.js"; export declare function isValidIndexedPayloadAttestation(state: CachedBeaconStateGloas, indexedPayloadAttestation: gloas.IndexedPayloadAttestation, verifySignature: boolean): boolean; //# sourceMappingURL=isValidIndexedPayloadAttestation.d.ts.map