import { RequestHandler } from 'express'; export declare const noCache: RequestHandler; export declare const perpetualCache: RequestHandler;