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