import type { HardhatEthers } from "../types.js"; import type { ArtifactManager } from "hardhat/types/artifacts"; import type { NetworkConfig } from "hardhat/types/config"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function initializeEthers(ethereumProvider: EthereumProvider, networkName: string, networkConfig: NetworkConfig, artifactManager: ArtifactManager): Promise; //# sourceMappingURL=initialization.d.ts.map