/** * Return the ISO-4217 minor-unit scale for a currency code, or `null` * when the code is not in the known set (caller must supply an explicit * scale). */ export declare function scaleForCurrency(code: string): number | null;