import '@nomicfoundation/hardhat-toolbox'; import 'hardhat-contract-sizer'; import 'hardhat-output-validator'; import 'solidity-docgen'; import { SolcUserConfig } from 'hardhat/types'; declare const _default: { networks: { hardhat: { allowUnlimitedContractSize: boolean; loggingEnabled: boolean; evm: string; }; localHardhat: { url: string; accounts: string[]; }; localGeth: { url: string; chainId: number; gas: number; }; mainnet: { url: string; }; ropsten: { url: string; chainId: number; accounts: string[]; }; rinkeby: { url: string; }; goerli: { url: string; }; kovan: { url: string; chainId: number; accounts: string[]; gasPrice: number; }; bscTestnet: { url: string; chainId: number; accounts: string[]; }; bsc: { url: string; }; mumbai: { url: string; chainId: number; accounts: string[]; }; mantleTestnet: { url: string; chainId: number; accounts: string[]; }; mantle: { url: string; chainId: number; accounts: string[]; }; seiTestnet: { url: string; chainId: number; accounts: string[]; }; mode: { url: string; chainId: number; accounts: string[]; }; holesky: { url: string; chainId: number; accounts: string[]; }; blastTestnet: { url: string; chainId: number; accounts: string[]; }; telosTestnet: { url: string; chainId: number; accounts: string[]; }; beraTestnet: { url: string; chainId: number; accounts: string[]; }; maticMainnet: { url: string; chainId: number; accounts: string[]; gasPrice: number; }; artheraTestnet: { url: string; chainId: number; accounts: string[]; }; }; etherscan: { apiKey: string; customChains: { network: string; chainId: number; urls: { apiURL: string; browserURL: string; }; }[]; }; typechain: { outDir: string; }; solidity: { compilers: SolcUserConfig[]; overrides: { 'contracts/AlgebraFactory.sol': SolcUserConfig; 'contracts/AlgebraPool.sol': SolcUserConfig; 'contracts/AlgebraPoolDeployer.sol': SolcUserConfig; }; }; docgen: { outputDir: string; pages: (x: any, buildInfo: any) => string; templates: string; collapseNewlines: boolean; }; outputValidator: { runOnCompile: boolean; exclude: string[]; }; }; export default _default;