import type { compare_1_T } from '../array_types/index.js' /** * Returns the rank of the items where the compare function === 0 */ export declare function rank( a:readonly I[], compare_1:compare_1_T ):number export { rank as rank__a1, }