export type TimeUnit = "ms" | "s" | "m" | "h" | "d"; export type ValidTimeString = `${number}${TimeUnit}`; //# sourceMappingURL=types.d.ts.map