import { HardhatConfig, HardhatRuntimeEnvironment, HardhatUserConfig } from 'hardhat/types'; export declare const greExtendConfig: (config: HardhatConfig, userConfig: Readonly) => void; export declare const greExtendEnvironment: (hre: HardhatRuntimeEnvironment) => void; //# sourceMappingURL=gre.d.ts.map