import type { EffectCallback } from 'react'; declare function useDidMount(effect: EffectCallback): void; export default useDidMount;