import { EffectCallback } from 'react';
export default function useMount(fn: EffectCallback): void;
