export declare function nowISO(): string; export declare function toDateStamp(date?: Date): string; export declare function parseISOTime(value: string | undefined): number | null; export declare function compareISODesc(left: string | undefined, right: string | undefined, fallback?: number): number; export declare function ageInDays(isoTimestamp: string | undefined, now?: Date): number | null; //# sourceMappingURL=timestamps.d.ts.map