import { Leaderboard } from "./interfaces/beatleader";
export declare function sortScore(a: Leaderboard, b: Leaderboard): number;
