// TODO: tie in datetime config at the user or tenant level export interface UseDateLocaleReturn { convertISOStringToLocalDateTime: (date: string) => string | null; convertISOStringToLocalDate: (date: string) => string | null; getISODate: () => string; } export declare const useDateLocale: (datetimeFormatOptions?: Intl.DateTimeFormatOptions, locale?: string) => UseDateLocaleReturn; //# sourceMappingURL=useDateLocale.d.ts.map