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