import type { App } from '../concepts'; export declare function getNodeByNodeCallee(AppInstance: App, namespace: string, callback?: any): any; /** * 根据 namespace 字符串来获取 node,主要是nasl的ui 和 collection */ export declare function getNaslNodeByNodeCallee(namespace: string, typeName: string): import("../concepts").Structure | import("../concepts").Enum | import("../concepts").Logic; //# sourceMappingURL=engine.d.ts.map