import { EvmClient } from '../clients/types'; export declare function hasTransactionsEvm(address: string, client: EvmClient): Promise;