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