export declare function utcDateFolder(ts?: number): string; export declare function epochToIso(seconds: number): string; export declare function isoToEpoch(iso: string): number; export declare function isoTimestamp(value: string | null | undefined): number | null; export declare function parseDateExpr(text: string, utc: boolean, now?: Date): Date | null; //# sourceMappingURL=dates.d.ts.map