import { RouteState } from '../types'; export declare function useWatch(state: RouteState): void;