import type express from "express";
/**
 * Express middleware that checks if the user is authenticated.
 */
export declare const authCheck: express.RequestHandler;
