export declare class DateUtil { static dateStringConvert(fromDateFormat: string, toDateFormat: string, text: string): string; }