declare const tables: {
    QUESTIONS: string;
    ANSWERS: string;
    PLAYERS: string;
    GAMES: string;
    PLAYER_GAMES: string;
    CHECKOUTS: string;
    ADMINS: string;
    GAME_QUESTIONS: string;
    PLAYER_LIVES: string;
    PLAYER_ANSWERS: string;
    GAME_EVENTS: string;
    QUESTION_EVENTS: string;
};
export default tables;
//# sourceMappingURL=tables.d.ts.map