/** src: https://www.benmvp.com/blog/8-helpful-custom-react-hooks/
 * check if we are at first mount */
export declare const useInitialMount: () => boolean;
