export declare function numberFormat(input: number | string, decimals?: number, decPoint?: string, thousandsSep?: string): string;
