import { DependencyList } from 'react'; export declare type DependenciesComparator = (a: Deps, b: Deps) => boolean; export declare type Predicate = (prev: any, next: any) => boolean; export declare type ConditionsList = ReadonlyArray; export declare type ConditionsPredicate = (conditions: Cond) => boolean;