import { ChainForkConfig } from "@lodestar/config";
import { RootHex } from "@lodestar/types";
import { BlockInput } from "../../../chain/blocks/types.js";
/**
 * String to uniquely identify block segments. Used for peer scoring and to compare if batches are equivalent.
 */
export declare function hashBlocks(blocks: BlockInput[], config: ChainForkConfig): RootHex;
//# sourceMappingURL=hashBlocks.d.ts.map