export declare function useArchbaseAsyncFunction(asyncFunction: () => Promise, defaultValue: T): [T, string | null, boolean];