import { ForkSeq } from "@lodestar/params";
import { AttesterSlashing, IndexedAttestation } from "@lodestar/types";
/**
 * Find all slashable pairs within a list of IndexedAttestations and
 * construct AttesterSlashing objects for each.
 */
export declare function getAttesterSlashingsFromIndexedAttestations(fork: ForkSeq, indexedAttestations: IndexedAttestation[]): AttesterSlashing[];
//# sourceMappingURL=attesterSlashing.d.ts.map