import VM from 'ethereumts-vm';
import { TestChainOptions } from '../TestChainOptions';
import { DethBlockchain } from './storage/DethBlockchain';
import { DethStateManger } from './storage/DethStateManger';
export declare function initializeVM(options: TestChainOptions, stateManager?: DethStateManger, blockchain?: DethBlockchain): Promise<VM>;
