/** * Regex checking for function calls * * @private * @memberof EvalRegex */ declare const REGEX_IS_FUNCTION_CALL: RegExp; export default REGEX_IS_FUNCTION_CALL;