/**
 * returns the floating point precision of a decimal number or 0
 */
export declare function getPrecision(value: number): number;
