export declare function localeFormat(date: any, format: any, locale?: {}, options?: {}): string; export declare function localeParse(dateString: any, format: any, locale?: {}, defaultDate?: any, options?: {}): Date;