export declare function nFormatter(input: number | string, presiction?: number, min?: number): string;
