import { isHallOfFame } from "../types/types";
export declare const getWorldChampions: () => Promise<isHallOfFame[]>;
