export declare function isValidDate(date: Date): boolean; export declare function parseDate(date: any, pattern?: string): Date; export declare function formatDate(date: Date, pattern?: string): string;