export declare const useEffect: (callback: import("../utils/createEffect").EffectCallback, deps?: import("vue").WatchSource[]) => void;
