/**
 * @author WMXPY
 * @namespace Operation
 * @description Update
 */
import * as EST from "estree";
export declare const getUpdateOperation: (symbol: EST.UpdateOperator) => ((value: any) => any) | null;
