import { GameHighScore } from '@airgram-dev/core'; /** Contains a list of game high scores */ export declare class GameHighScoresBaseModel { _: 'gameHighScores'; /** A list of game high scores */ scores: GameHighScore[]; }