import { SolanaClient } from '../clients/types'; export declare function hasTransactionsSolana(address: string, connection: SolanaClient): Promise;