import { Decimal } from '@phensley/cldr-core'; import { Context } from '../context'; export declare const parseDecimal: (s: string | number) => Decimal | undefined; export declare const useCLDRMode: (ctx: Context) => any;