import type { Ordered } from '../types'; export default function (items: T[], type: string, t: any): { name: string; rank: string; };