/** * Counts from a number to the end incrementally. */ export declare function count(countFrom: any, countTo: any, countDecimals: any, countDuration: any, callback: any): number; /** * Determine decimals places * * @export */ export declare function decimalChecker(countTo: any): 0 | 2;