/** * @file eval * @author Cuttle Cong * @date 2018/3/25 * @description */ export default function evaluate(exp: any, data: any): Function;