export declare function toMs(time: string): number | null;
export declare function satisfiesDateRange(date: string, range: string): boolean | null;
