import { NamePath } from './type'; export declare function useInternalWatch(name?: NamePath[]): void; export default useInternalWatch;