export declare const printStandings: (leagueCode: string) => Promise<void>;
