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