export declare function assertAttendanceNotLocked(session: {
    isAttendanceLocked: boolean;
}, roles: string[] | null | undefined): void;
