export declare const abbreviate: (name: string) => string; export declare const formatDecimals: (value?: number) => string; export declare const formatDate: (date: Date) => string; export declare const formatTime: (time: Date) => string; export declare const isValidDate: (date: Date) => boolean; export declare const getTimeUntilNow: (date: string) => string;