import { SafeAny } from './any'; export declare type CompareWith = (o1: SafeAny, o2: SafeAny) => boolean;