import { HardhatRuntimeEnvironment } from "hardhat/types"; export declare function loadHardhat(configPath: string): HardhatRuntimeEnvironment;