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