import Block from 'ethereumjs-block'; import VM from 'ethereumts-vm'; import { Transaction } from 'ethereumjs-tx'; import { TestChainOptions } from '../TestChainOptions'; export declare function getNextBlock(vm: VM, transactions: Transaction[], options: TestChainOptions, clockSkew: number): Promise;