export function numberEquals(numA: any, numB: any, precision?: number): boolean; export function numberPrecise(unprecisedNumber: any, precision?: number): number;