import { EVM } from './index.js';
import type { EVMOpts } from './index.js';
/**
 * Use this async static constructor for the initialization
 * of an EVM object
 *
 * @param createOpts The EVM options
 * @returns A new EVM
 */
export declare function createEVM(createOpts?: EVMOpts): Promise<EVM>;
//# sourceMappingURL=constructors.d.ts.map