export declare type ComparatorResult = 'object' | 'array' | 'buffer' | 'identity';
