/// import { SPAServerConfig } from './types'; export declare function createAuthenticationMiddleware(config: SPAServerConfig): import("express").RequestHandler;