/** * update 阶段的同步监听 */ import { DependencyList } from 'react'; export declare function useUpdateWatchSync(factory: () => void, deps: DependencyList | undefined): void;