/** * @name formatDecimal * @description Formats a number into string format with thousand separators */ export declare function formatDecimal(value: string, separator?: string): string;