import { WatchSource } from 'vue';
export type DependencyList = WatchSource | any[] | any;
export default function depsAreSame(oldDeps: DependencyList, deps: DependencyList): boolean;
