declare const _default: { football: { getLive: (id: string | number) => Promise; getLiveAll: () => Promise; getLiveLeagues: () => Promise; getLiveLeagueMatches: (league_id: string | number) => Promise; getPreMatch: (id: string | number) => Promise; getPreMatchAll: () => Promise; getPreMatchLeagues: () => Promise; getPreMatchLeagueMatches: (league_id: string | number) => Promise; getMatch: (id: string | number) => Promise; getInfo: () => Promise<{ name: string; version: string; }>; }; }; export default _default;