import { DappInfo } from "../../interfaces/DappInfo.js";
export declare const setUpHardhat: (dappInfo: DappInfo, projectPath: any) => void;
