declare const keys: {
    PLAYERS_TOTAL_WON: string;
    PLAYERS_BALANCE: string;
    PLAYERS_LIVES: string;
    PLAYERS_PLAYER_ID: string;
    PLAYERS_PHONENUMBER: string;
    PLAYERS_NAME: string;
    PLAYERS_PHOTO: string;
    QUESTIONS_QUESTION_ID: string;
    QUESTIONS_CORRECT_ANSWER_ID: string;
    GAMES_ID: string;
    GAMES_TIME_TO_ANSWER: string;
    GAMES_DATE: string;
    ADMIN_ID: string;
    ADMIN_EMAIL: string;
    ADMIN_PASSWORD: string;
    GAME_EVENTS_EVENT: string;
    GAME_EVENTS_TIMESTAMP: string;
};
export default keys;
//# sourceMappingURL=keys.d.ts.map