import { AcaStudentEnrollment } from "cloud-ide-lms-model";
import mongoose from "mongoose";
declare const CAcaStudentEnrollment: mongoose.Model<AcaStudentEnrollment, {}, {}, {}, mongoose.Document<unknown, {}, AcaStudentEnrollment, {}> & AcaStudentEnrollment & Required<{
    _id: string;
}> & {
    __v: number;
}, any>;
export { CAcaStudentEnrollment };
