declare module "@nomicfoundation/hardhat-toolbox-mocha-ethers" { import type { HardhatPlugin } from "hardhat/types/plugins"; const hardhatToolboxMochaEthersPlugin: HardhatPlugin; export default hardhatToolboxMochaEthersPlugin; }