/** * 获取应用下资源上下文信息 */ declare function useFormAppInfo(): import("./FormAppInfoContext").FormAppInfoContextInterface; export default useFormAppInfo;