import { HardhatConfig } from "hardhat/types"; import { HRE } from "./hardhat/plugins/ExtendedWeb3"; export type { HRE }; export declare function getHardhatConfig(configOverrides: any, _workingDir?: string): Partial; export declare function addGlobalHardhatTestingAddress(contractName: string, address: string): void;