import type { EthersIgnitionHelper } from "./types.js"; export type * from "@nomicfoundation/hardhat-ignition"; export type * from "@nomicfoundation/hardhat-ethers"; declare module "hardhat/types/network" { interface NetworkConnection { ignition: EthersIgnitionHelper; } } //# sourceMappingURL=type-extensions.d.ts.map