import { DependencyList } from 'react'; export default function useAsync(fn: (...args: Args | []) => Promise, deps?: DependencyList): import("../use-async-fn").AsyncState;