import Client from './client'; import Avatar from './avatar-client'; import GameDashboard from './game-dashboard-client'; import Play from './play-client'; import Storage from './storage-client'; import client from './client'; import avatar from './avatar-client'; import gameDashboard from './game-dashboard-client'; import play from './play-client'; import storage from './storage-client'; export * from './utils/definitions'; export * from './api/achievement'; export * from './api/leaderboard'; export { Client, Avatar, GameDashboard, Play, Storage, client, avatar, gameDashboard, play, storage, }; declare const _default: { Client: typeof Client; Avatar: typeof Avatar; GameDashboard: typeof GameDashboard; Play: typeof Play; Storage: typeof Storage; }; export default _default;