/**
 * @author WMXPY
 * @namespace Debug
 * @description Node
 */
import { EST_TYPE } from "../declare/types";
export declare const shouldDebugNode: (type: EST_TYPE) => boolean;
