/**
 * @author WMXPY
 * @namespace Util_Node
 * @description Validator
 */
import * as EST from "estree";
export declare const validateLiteralOrIdentifier: (node: EST.Literal | EST.Identifier) => boolean;
