import HandlerWrapper from '../types/HandlerWrapper';
import Router from '../types/Router';
/**
 * Main entrypoint for check-in, for login and attendance.
 * @author Benedikt Arnarsson
 */
declare const addCheckInAuth: (router: Router, handlerWrapper: HandlerWrapper) => void;
export default addCheckInAuth;
