import { IForkChoice, ProtoBlock } from "@lodestar/fork-choice";
import { Epoch, RootHex } from "@lodestar/types";
/**
 * Get dependent root of a shuffling given attestation epoch and head block.
 */
export declare function getShufflingDependentRoot(forkChoice: IForkChoice, attEpoch: Epoch, blockEpoch: Epoch, attHeadBlock: ProtoBlock): RootHex;
//# sourceMappingURL=dependentRoot.d.ts.map