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