import { Request, Response, NextFunction } from 'express'; export declare function getCacheControlMiddleware(maxAge: number): (req: Request, res: Response, next: NextFunction) => void;