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