export declare class SchoolRequestStatusModel { schoolId: number; statusLookupId: number; comments: string; constructor(data: unknown); }