/** * 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): 2 | 0; //# sourceMappingURL=count.helper.d.ts.map