import { CachedBeaconStateAllForks } from "@lodestar/state-transition";
import { phase0 } from "@lodestar/types";
/**
 * Compute a Checkpoint type from `state.latestBlockHeader`
 */
export declare function getCheckpointFromState(checkpointState: CachedBeaconStateAllForks): phase0.Checkpoint;
//# sourceMappingURL=checkpoint.d.ts.map