import { NetworkIdType } from '@sonarwatch/portfolio-core'; type Decimal = number | null; export declare function getDecimalsForToken(address: string, networkId: NetworkIdType): Promise; export {};