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