import { UseUnmountEffect } from './types.js'; import 'react'; import '@asherng/common-types'; declare const useUnmountEffect: UseUnmountEffect; export { useUnmountEffect as default };