import { HardhatRuntimeEnvironment } from 'hardhat/types'; export declare const makeL2Provider: (hre: HardhatRuntimeEnvironment) => import("hardhat/types").EthereumProvider;