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