/** * Regex for function call args * * @private * @memberof EvalRegex */ declare const REGEX_GET_FUNCTION_CALL_ARGS: RegExp; export default REGEX_GET_FUNCTION_CALL_ARGS;