import type { HardhatRuntimeEnvironment } from 'hardhat/types';
declare module 'mocha' {
    interface Context {
        hre: HardhatRuntimeEnvironment;
    }
}
export declare function useHardhatProject(fixtureProjectName: string, network?: string): void;
export declare function loadHardhatContext(fixtureProjectName: string, network?: string): HardhatRuntimeEnvironment;
export declare function resetHardhatContext(): void;
//# sourceMappingURL=helpers.d.ts.map