export declare const useAsyncData: (dataOrPromise: T | Promise) => { data: T | null; error: boolean; isLoading: boolean; };