/** * @description - wrap string resource into standard node * @author - huang.jian */ import { LinkNode, ScriptNode } from './constant'; export declare function wrap(target: string | ScriptNode | LinkNode): ScriptNode | LinkNode;