import { Unit } from "./interface"; export declare enum TimesUnitId { Nanosecond = "nanoseconds", Microsecond = "microseconds", Milliseconds = "milliseconds", Seconds = "seconds", Minutes = "minutes", Hours = "hours", Days = "days", Weeks = "weeks", Months = "months", Years = "years", ms = "ms", s = "s", min = "min", hour = "hour", day = "day", week = "week" } export declare const times: Unit[]; export declare const deprecatedTimes: Unit[]; //# sourceMappingURL=times.d.ts.map