/** * Regex for math * * @private * @memberof EvalRegex */ declare const REGEX_EXPRESSION_MATH: RegExp; export default REGEX_EXPRESSION_MATH;