import { Value } from "../types"; export default function getBlockNumber(value: Value, blockKey: string): number | void;