import "hardhat/types/network"; import type { HardhatEthers } from "./types.js"; declare module "hardhat/types/network" { interface NetworkConnection { ethers: HardhatEthers; } } //# sourceMappingURL=type-extensions.d.ts.map