import type { DependencyList } from 'react';
export declare const depsEqual: (aDeps?: DependencyList, bDeps?: DependencyList) => boolean;
