export declare const KILOBYTE_UNIT_SIZE = 1024;
export declare const DAYS_IN_MONTH = 30;
export declare const DAYS_IN_WEEK = 7;
export declare const HOURS_IN_DAY = 24;
export declare const SECONDS_IN_MINUTES = 60;
export declare const MILLS_IN_SECOND = 1000;
export declare const PARSE_OBJECT_ERROR = "Cannot parse object";
