export declare function compare<K extends string | number | boolean, Date>(a: K, b: K): -1 | 0 | 1;
