import type { LeaderboardEntry, ModelMapping } from "../types/index.js"; export declare function mapArenaToOpenRouter(arenaId: string): Promise; export declare function findFirstAvailable(entries: LeaderboardEntry[]): Promise<{ entry: LeaderboardEntry; mapping: ModelMapping; } | null>; //# sourceMappingURL=model-mapper.d.ts.map