import { RepositoryModelBase } from "../repositories/RepositoryModelBase"; export declare class Student extends RepositoryModelBase { studentId: string; studentDbId: number; constructor(studentId: string); }