declare const distinguishFunction: (n: any, s: any) => string; /** * @description 识别函数并返回 */ declare const transformStrToFunc: (n: any, s: any) => any; declare const copyClick: (record: any, message: any, activeKey: string) => void; declare const getSelectPropsValue: (selectedComp: any, propsName: string) => string; declare const typeStr: { array: string; object: string; field: string; objectArray: string; }; declare const getParseResult: (objList: any[]) => any[]; declare const recursionSetKey: (objList: any[], parentKey?: any, path?: never[], parentType?: any) => any[]; export { distinguishFunction, transformStrToFunc, copyClick, typeStr, getSelectPropsValue, recursionSetKey, getParseResult, };