1import { TestNetwork } from "./lib"; 2 3(async () => { 4 const network = await TestNetwork.create({}); 5 console.log("hi"); 6})();