import { ChainForkConfig } from "@lodestar/config";
import { Db, Repository } from "@lodestar/db";
import { ValidatorIndex, phase0 } from "@lodestar/types";
export declare class ProposerSlashingRepository extends Repository<ValidatorIndex, phase0.ProposerSlashing> {
    constructor(config: ChainForkConfig, db: Db);
    getId(value: phase0.ProposerSlashing): ValidatorIndex;
}
//# sourceMappingURL=proposerSlashing.d.ts.map