import type { HardhatPlugin } from "hardhat/types/plugins"; export type * from "./type-extensions.js"; declare const hardhatIgnitionEthersPlugin: HardhatPlugin; export default hardhatIgnitionEthersPlugin; //# sourceMappingURL=index.d.ts.map