import { DateIsoString } from "./types/dateIsoString"; import { Locale } from "./types/locale"; import { DateFormatPrecision } from "./types/dateFormatPrecision"; export declare function formatDate(value: Date | DateIsoString, dateFormatType?: DateFormatPrecision, locale?: Locale): string;