import type { Currency } from "."; export declare function decimals(currency: Currency): 0 | 2 | 3 | 4 | undefined;