import { Equality } from '../types/base';
export declare function getPartitionComparer<T>(criteria: number | Equality<T>): Equality<T>;
