import type { EthereumProvider } from "hardhat/types/providers"; export declare function latestBlock(provider: EthereumProvider): Promise; //# sourceMappingURL=latest-block.d.ts.map