/**
 * @function validate
 * @param {string} dateExpr
 * @returns {FilteredResponse}
 */
export declare function isValid(dateExpr: string): boolean;
