import type { HardhatPlugin } from "../../../types/plugins.js"; export type * from "./type-extensions/config.js"; export type * from "./type-extensions/global-options.js"; export type * from "./type-extensions/hooks.js"; export type * from "./type-extensions/hre.js"; declare const hardhatPlugin: HardhatPlugin; export default hardhatPlugin; //# sourceMappingURL=index.d.ts.map