export declare type schoolyear = { id: number; name: string; startDate: number; endDate: number; };