import { Request, Response, NextFunction } from 'express'; export default function cacheForever(whatDoesForeverMean?: number): (_: Request, response: Response, next: NextFunction) => void;