export declare const useTaroEnv: () => string; export declare const useAsyncEffect: (fn: any, deps: any) => Promise;