import { HardhatRuntimeEnvironment } from "hardhat/types";
import type { HardhatEthersProvider as HardhatEthersProviderT } from "@nomicfoundation/hardhat-ethers/internal/hardhat-ethers-provider";
export declare let ethersProvider: HardhatEthersProviderT | null;
export declare function createEthersProvider(hre: HardhatRuntimeEnvironment): void;
/**
 * Used only in test environments to ensure test atomicity
 */
export declare function resetEthersProvider(): void;
//# sourceMappingURL=EthersProvider.d.ts.map