import { Games, Platforms } from './constants'; import { LeaderboardResponse, Response } from './interfaces'; export declare const getPlayerOnLeaderboards: (game: Games, platform: Platforms, username: string) => Promise>; export declare const getFullStats: (game: Games, platform: Platforms, username: string) => Promise>;