import VM from 'ethereumts-vm';
import Block from 'ethereumjs-block';
export declare function getLatestBlock(vm: VM): Promise<Block>;
