export declare const formatDate: (date: Date | number | string | undefined, pattern: string, locale?: string) => string;
export declare const formatTimeToNow: (date: Date | number | string | undefined, locale?: string) => string;
//# sourceMappingURL=index.d.ts.map