import { Effect } from "effect"; export declare const withSpan: (name: string, attributes?: Record) => (effect: Effect.Effect) => Effect.Effect; export declare const SpanNames: { readonly BALANCE_CHECK: "ew3.balance.check"; readonly BALANCE_CHECK_TOKEN: "ew3.balance.checkToken"; readonly BALANCE_GET: "ew3.balance.get"; readonly BALANCE_GET_TOKEN: "ew3.balance.getToken"; readonly BALANCE_GET_TOKEN_BATCH: "ew3.balance.getTokenBatch"; readonly BALANCE_WATCH: "ew3.balance.watch"; readonly BALANCE_WATCH_TOKEN: "ew3.balance.watchToken"; readonly BLOCK_GET: "ew3.block.get"; readonly BLOCK_GET_BY_HASH: "ew3.block.getByHash"; readonly BLOCK_GET_NUMBER: "ew3.block.getNumber"; readonly BLOCK_GET_RANGE: "ew3.block.getRange"; readonly BLOCK_GET_TIMESTAMP: "ew3.block.getTimestamp"; readonly BLOCK_WAIT: "ew3.block.wait"; readonly BLOCK_WATCH: "ew3.block.watch"; readonly CONTRACT_ESTIMATE_GAS: "ew3.contract.estimateGas"; readonly CONTRACT_READ: "ew3.contract.read"; readonly CONTRACT_SIMULATE: "ew3.contract.simulate"; readonly CONTRACT_WRITE: "ew3.contract.write"; readonly CROSS_CHAIN_MULTICALL_ALL: "ew3.crossChain.multicallAll"; readonly CROSS_CHAIN_READ_ALL: "ew3.crossChain.readAll"; readonly CROSS_CHAIN_READ_SAME: "ew3.crossChain.readSame"; readonly DEPLOY_COMPUTE_ADDRESS: "ew3.deploy.computeAddress"; readonly DEPLOY_CONTRACT: "ew3.deploy.contract"; readonly DEPLOY_VERIFY: "ew3.deploy.verify"; readonly ENS_GET_ADDRESS: "ew3.ens.getAddress"; readonly ENS_GET_AVATAR: "ew3.ens.getAvatar"; readonly ENS_GET_NAME: "ew3.ens.getName"; readonly ENS_GET_RESOLVER: "ew3.ens.getResolver"; readonly ENS_GET_TEXT: "ew3.ens.getText"; readonly ERC721_APPROVE: "ew3.erc721.approve"; readonly ERC721_BALANCE_OF: "ew3.erc721.balanceOf"; readonly ERC721_FETCH_METADATA: "ew3.erc721.fetchMetadata"; readonly ERC721_GET_APPROVED: "ew3.erc721.getApproved"; readonly ERC721_IS_APPROVED_FOR_ALL: "ew3.erc721.isApprovedForAll"; readonly ERC721_NAME: "ew3.erc721.name"; readonly ERC721_OWNER_OF: "ew3.erc721.ownerOf"; readonly ERC721_SAFE_TRANSFER_FROM: "ew3.erc721.safeTransferFrom"; readonly ERC721_SET_APPROVAL_FOR_ALL: "ew3.erc721.setApprovalForAll"; readonly ERC721_SYMBOL: "ew3.erc721.symbol"; readonly ERC721_TOKEN_URI: "ew3.erc721.tokenURI"; readonly ERC721_TOTAL_SUPPLY: "ew3.erc721.totalSupply"; readonly ERC721_TRANSFER_FROM: "ew3.erc721.transferFrom"; readonly EVENT_BACKFILL: "ew3.event.backfill"; readonly EVENT_WATCH: "ew3.event.watch"; readonly GAS_ESTIMATE_FEES: "ew3.gas.estimateFees"; readonly GAS_ESTIMATE_GAS: "ew3.gas.estimateGas"; readonly GAS_GET_ALL_ESTIMATES: "ew3.gas.getAllEstimates"; readonly GAS_GET_BASE_FEE: "ew3.gas.getBaseFee"; readonly GAS_GET_MAX_PRIORITY_FEE: "ew3.gas.getMaxPriorityFee"; readonly GAS_SUPPORTS_EIP1559: "ew3.gas.supportsEip1559"; readonly MULTICALL: "ew3.contract.multicall"; readonly NONCE_CONFIRM: "ew3.nonce.confirm"; readonly NONCE_GET_CONFIRMED_COUNT: "ew3.nonce.getConfirmedCount"; readonly NONCE_GET_GAPS: "ew3.nonce.getGaps"; readonly NONCE_GET_NEXT: "ew3.nonce.getNext"; readonly NONCE_GET_PENDING_COUNT: "ew3.nonce.getPendingCount"; readonly NONCE_RELEASE: "ew3.nonce.release"; readonly NONCE_RESERVE: "ew3.nonce.reserve"; readonly NONCE_SYNC: "ew3.nonce.sync"; readonly SAFE_ENABLE_OFFCHAIN: "ew3.safe.enableOffchainSigning"; readonly SAFE_GET_INFO: "ew3.safe.getInfo"; readonly SAFE_GET_OFFCHAIN_SIG: "ew3.safe.getOffchainSignature"; readonly SAFE_GET_TX: "ew3.safe.getTransaction"; readonly SAFE_POLL_OFFCHAIN_SIG: "ew3.safe.pollOffchainSignature"; readonly SAFE_SEND_TXS: "ew3.safe.sendTransactions"; readonly SAFE_SIGN_TYPED_DATA: "ew3.safe.signTypedData"; readonly SAFE_WAIT_RECEIPT: "ew3.safe.waitForReceipt"; readonly SIGNATURE_HASH_MESSAGE: "ew3.signature.hashMessage"; readonly SIGNATURE_HASH_TYPED_DATA: "ew3.signature.hashTypedData"; readonly SIGNATURE_JOIN: "ew3.signature.join"; readonly SIGNATURE_RECOVER_ADDRESS: "ew3.signature.recoverAddress"; readonly SIGNATURE_RECOVER_TYPED_DATA_ADDRESS: "ew3.signature.recoverTypedDataAddress"; readonly SIGNATURE_SPLIT: "ew3.signature.split"; readonly SIGNATURE_VERIFY_MESSAGE: "ew3.signature.verifyMessage"; readonly SIGNATURE_VERIFY_TYPED_DATA: "ew3.signature.verifyTypedData"; readonly SIMULATION_SIMULATE: "ew3.simulation.simulate"; readonly SIMULATION_SIMULATE_BUNDLE: "ew3.simulation.simulateBundle"; readonly SUBSCRIPTION_WATCH_BLOCKS: "ew3.subscription.watchBlocks"; readonly SUBSCRIPTION_WATCH_LOGS: "ew3.subscription.watchLogs"; readonly SUBSCRIPTION_WATCH_PENDING_TX: "ew3.subscription.watchPendingTx"; readonly TRANSFER_ESTIMATE: "ew3.transfer.estimateGas"; readonly TRANSFER_SEND: "ew3.transfer.send"; readonly TRANSFER_SEND_AND_WAIT: "ew3.transfer.sendAndWait"; readonly TX_GET_CONFIRMATIONS: "ew3.tx.getConfirmations"; readonly TX_TRACK: "ew3.tx.track"; readonly TX_WAIT: "ew3.tx.wait"; readonly WALLET_CONNECT: "ew3.wallet.connect"; readonly WALLET_SIGN_MESSAGE: "ew3.wallet.signMessage"; readonly WALLET_SIGN_TYPED_DATA: "ew3.wallet.signTypedData"; }; //# sourceMappingURL=tracer.d.ts.map