import { Locale } from "./types/locale"; import { DateFormatPrecision } from "./types/dateFormatPrecision"; export declare function getDateFnsFormat(precision?: DateFormatPrecision, locale?: Locale): string;