import { UserRoles } from './beans/index'; export declare const parseJwt: (token: any) => any; export declare const userIsSchoolTeacher: (roles: Array) => boolean; export declare const isValidDate: (dateOfStart: string, dateOfEnd: string) => boolean;