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