default: {
    getAllStudentsAttendance: (token: string) => Promise<ActivityResponse>;
    getStudentAttendance: (
        userid: number,
        token: string,
    ) => Promise<ActivityResponse>;
} = ...

Type declaration