/**
 * Path prefix for all student API calls to the DCE Check-In UI backend.
 * @author Benedikt Arnarsson
 */
declare const STUDENT_PATH_PREFIX = "/api/DCHUI";
export default STUDENT_PATH_PREFIX;
