export declare const formatDate: (text: string, dateFormat: string) => string;
export declare const isValidISODate: (isoDate: string) => boolean;
export declare const convertLocale: (locale: string) => string;
