import { _ChainInfo } from '@soul-wallet/chain-list/types'; import { ResponseParseEvmContractInput, ResponseQrParseRLP } from '../../../background/KoniTypes'; import { _EvmApi } from '@soul-wallet/extension-base/services/chain-service/types'; export declare const isContractAddress: (address: string, evmApi: _EvmApi) => Promise; export declare const parseContractInput: (input: string, contractAddress: string, network: _ChainInfo | null) => Promise; export declare const parseEvmRlp: (data: string, networkMap: Record, evmApiMap: Record) => Promise;