import VM from 'ethereumts-vm';
import { TestChainOptions } from '../TestChainOptions';
export declare function putGenesisBlock(vm: VM, options: TestChainOptions): Promise<void>;
