export declare const roundToNthDecimal: (value: number | undefined, decimal: number) => string | number | undefined;