export default cmp; /** * Compares two keys. * @param {import('./Key.js').Key} first * @param {import('./Key.js').Key} second * @returns {0|1|-1} */ declare function cmp(first: import('./Key.js').Key, second: import('./Key.js').Key): 0 | 1 | -1; //# sourceMappingURL=cmp.d.ts.map