export declare function toLocaleStringForAmount(value: string | number, locale: string): string; export declare function toLocaleString(initialValue: string, type: string, serverDateTimeFormat: string, locale: string, timeZone: string, dateTimeFormat: string, dateFormat: string): string;