/** * 取出所有functors对象 * @returns { IF: function(){} } */ export declare const getWufengFunctorsMap: () => {}; /** * 通过babel插桩的方式实现 IF() -> functorsMap.IF() */ export declare const transformCode: (content: string, topKey?: string, functorsMap?: any) => Promise;