import { Middleware } from '@curveball/core'; /** * The login middleware ensures that the current HTTP request is authenticated */ export default function (): Middleware;