/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import { Schema } from 'mongoose'; import { IChoreography } from '../../interfaces'; declare const choreographySchema: Schema & IChoreography & { _id: import("mongoose").Types.ObjectId; }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, IChoreography, import("mongoose").Document> & import("mongoose").FlatRecord & { _id: import("mongoose").Types.ObjectId; }>; export default choreographySchema;