type Hook = (fn: () => void, inputs: unknown[]) => void;
declare const useFirstUpdate: Hook;
export default useFirstUpdate;
