export declare function useCatchAsync(): (f: (...args: Args) => Promise) => (...args: Args) => Promise;