import { EffectCallback } from "react"; export declare const useOnMount: (effect: EffectCallback) => void;