/**
 * @author WMXPY
 * @namespace Operation
 * @description Logical
 */
import * as EST from "estree";
export declare const getLogicalOperation: (symbol: EST.LogicalOperator) => ((left: any, right: any) => any) | null;
