import { AptosClient } from '../clients/types'; import { CoinInfoData } from './resources/coinInfo'; export declare function getCoinInfoResource(client: AptosClient, coinType: string): Promise;