import { FormattedDate } from '../types/Date'; /** * formats a date using the [`date-fns` format](https://date-fns.org/v2.20.1/docs/format) function, and uses * {@link FormattedDate} to generate a type for the given `formatString` */ export declare const formatDate: (date: Date, formatString: T) => FormattedDate; //# sourceMappingURL=Date.d.ts.map