import "@nomicfoundation/hardhat-chai-matchers"; import "@nomicfoundation/hardhat-toolbox"; import "@nomiclabs/hardhat-ethers"; import "@nomiclabs/hardhat-etherscan"; import "@typechain/hardhat"; import "hardhat-deploy"; import "hardhat-deploy-ethers"; import "hardhat-gas-reporter"; import { HardhatUserConfig } from "hardhat/config"; import "solidity-coverage"; import "solidity-docgen"; declare const config: HardhatUserConfig; export default config;