export declare const PLUGIN_NAME = "hardhat-polkadot-node"; export declare const TASK_NODE_POLKADOT = "node-polkadot"; export declare const TASK_NODE_POLKADOT_CREATE_SERVER = "node-polkadot:create-server"; export declare const TASK_NODE_POLKADOT_CREATE_ETH_ADAPTER = "node-polkadot:create-eth-adapter"; export declare const TASK_RUN_POLKADOT_NODE_IN_SEPARATE_PROCESS = "node-polkadot:run-in-separate-process"; export declare const PROCESS_TERMINATION_SIGNALS: string[]; export declare const ANVIL_POLKADOT_DEFAULT_BINARY = "anvil-polkadot"; export declare const NODE_START_PORT = 9944; export declare const ETH_RPC_ADAPTER_START_PORT = 8545; export declare const MAX_PORT_ATTEMPTS = 10; export declare const PORT_CHECK_DELAY = 500; export declare const RPC_ENDPOINT_PATH = "eth_chainId"; export declare const NODE_RPC_URL_BASE_URL: string; export declare const POLKADOT_TEST_NODE_NETWORK_NAME = "anvil"; export declare const BASE_URL = "http://127.0.0.1"; export declare const POLKADOT_NETWORK_ACCOUNTS: string[]; export declare const NETWORK_GAS: { AUTO: string; }; export declare const NETWORK_GAS_PRICE: { AUTO: string; }; export declare const NETWORK_ETH: { LOCALHOST: string; }; export declare const ETH_RPC_TO_SUBSTRATE_RPC: Record;