/** * Formats a date to a human readable string. * @param date - The date to format. * @returns The formatted date. */ export declare const formatDate: (date: string | Date) => string; //# sourceMappingURL=date.d.ts.map