import type { FormattedApiResponse } from "./types"; export default function sortCombos(combos: FormattedApiResponse[], by: string, order: "ascending" | "descending"): FormattedApiResponse[];