import { LifeCircle } from '../../types';
export declare const useKeepAliveEffect: (callback: LifeCircle, deps?: any[]) => void;
