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