/** * Check and normalise the value of precision (must be positive integer). */ declare function checkPrecision(val: any, base: any): any; export default checkPrecision;