import { DependencyList } from 'react'; export declare function useAsyncEffect(effect: (isMounted: () => boolean) => T | Promise, destroy?: DependencyList | ((result?: T) => void), inputs?: DependencyList): void;