export declare function useAsyncSafeDispatch<Args extends unknown[]>(dispatch: (...args: Args) => void): (...args: Args) => void;
