/** * Run effect only when component is unmounted. * * @param effect Effector to run on unmount */ export declare function useUnmountEffect(effect: CallableFunction): void;