import { DependencyList } from "react"; export declare const depsEqual: (newInputs: DependencyList, lastInputs: DependencyList) => boolean;