export declare function convertToLongForm(value: any, inDecimalFormat?: boolean): string;
export declare function numberWithCommas(value: any, inDecimalFormat: boolean): string;
export declare function convertToMillify(value: number, args?: any): any;