export declare function formatDate(date: string | Date | number, language: string, formatType?: string): string;
