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