export declare function useAsyncSafeDispatch(dispatch: (...args: Args) => void): (...args: Args) => void;