export declare function now(): string;
export declare function timestampToDate(timestamp: string): Date | undefined;
export declare function renderDate(date: Date): string;
