import { HardhatUserConfig } from 'hardhat/config';
import '@nomiclabs/hardhat-ethers';
import 'hardhat-gas-reporter';
import '@nomicfoundation/hardhat-chai-matchers';
declare const config: HardhatUserConfig;
export default config;
