import { DependencyList } from 'react'; import { FunctionReturningPromise } from './misc/types'; export { AsyncState, AsyncFnReturn } from './useAsyncFn'; export default function useAsync(fn: T, deps?: DependencyList): import("./useAsyncFn").AsyncState>>;