import type { ResolcConfig } from "./types"; export declare const PLUGIN_NAME = "hardhat-polkadot"; export declare const RESOLC_ARTIFACT_FORMAT_VERSION = "hh-resolc-artifact-1"; export declare const DEFAULT_TIMEOUT_MILISECONDS = 30000; export declare const TASK_COMPILE_SOLIDITY_GET_RESOLC_BUILD = "compile:solidity:resolc:get-build"; export declare const TASK_COMPILE_SOLIDITY_COMPILE_RESOLC = "compile:solidity:resolc:compile"; export declare const TASK_COMPILE_SOLIDITY_RUN_RESOLC = "compile:solidity:resolc:run"; export declare const TASK_COMPILE_SOLIDITY_LOG_DOWNLOAD_RESOLC_COMPILER_START = "compile:solidity:log:download-resolc-compiler-start"; export declare const COMPILER_REPOSITORY_URL = "https://github.com/paritytech/revive/releases/download/"; export declare const COMPILER_REPOSITORY_API_URL = "https://api.github.com/repos/paritytech/revive/releases"; export declare const defaultNpmResolcConfig: ResolcConfig; export declare const defaultBinaryResolcConfig: ResolcConfig;