import { ExpressionOperator } from"../../../types";
/**
* Applies a regular expression (regex) to a string and returns a boolean that indicates if a match is found or not.
*
* @param obj
* @param expr
*/
export declareconst$regexMatch: ExpressionOperator;