import { SPAServerConfig } from './types'; import { Request, Response } from 'express'; export declare function createPoweredByMiddleware(config: SPAServerConfig): (req: Request, res: Response, next: () => unknown) => void;