import { ChainForkConfig } from "@lodestar/config";
import { BlockInput } from "../types.js";
/**
 * Assert this chain segment of blocks is linear with slot numbers and hashes
 */
export declare function assertLinearChainSegment(config: ChainForkConfig, blocks: BlockInput[]): void;
//# sourceMappingURL=chainSegment.d.ts.map