declare const _default: () => { statistics: { leaderboards: { daily_score: { type: string; collection: string; fields: string[]; }; weekly_score: { type: string; collection: string; fields: string[]; }; monthly_score: { type: string; collection: string; fields: string[]; }; }; }; }; export default _default;