import * as club from './club'; import * as competition from './competition'; import * as country from './country'; import * as game from './game'; import * as matchday from './matchday'; import * as player from './player'; import * as season from './season'; declare const _default: { club: typeof club; competition: typeof competition; country: typeof country; game: typeof game; matchday: typeof matchday; player: typeof player; season: typeof season; }; export default _default;