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