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