import { Schema } from "mongoose"; import { CnDTourney } from "../types"; declare const tourney: Schema; export { tourney as cndTourneySchema };