export declare const CONTRACTS_NOT_DETECTED = "Could not detect any contracts inside hardhat project. Make sure you have some contracts under ./contracts directory.";
export declare const NO_COMPILER_FOUND_FOR_CONTRACT_ERR_MSG = "No compiler configuration found for the contracts";
//# sourceMappingURL=errors.d.ts.map