import'hardhat/types/runtime';
// import type { HardhatConfigsProxy } from '.';declaremodule'hardhat/types/runtime' {
exportinterfaceHardhatRuntimeEnvironment {
// Currently using HardhatConfigsProxy is not permitted by typescriptconfigs: any; // HardhatConfigsProxy;
}
}