import "hardhat/types/config";
import { HardhatRuntimeEnvironment } from "hardhat/types/runtime";
import { TracerEnv } from "../types";
declare module "hardhat/types/runtime" {
    interface HardhatRuntimeEnvironment {
        tracer: TracerEnv;
    }
}
export declare function addRecorder(hre: HardhatRuntimeEnvironment): Promise<void>;
//# sourceMappingURL=hre.d.ts.map