export declare const formatDate: (date: string, format: string) => string; export declare const checkFormatedDate: (date: string, dateFormat: string) => string;