declare const useInitial: (cb: () => void) => void;
export default useInitial;
