import { Schema } from "mongoose"; import { CnDGame } from "../types"; declare const game: Schema; export { game as cndGameSchema };