import { Request, Response } from 'express'; export declare const cacheIndex: (req: Request, res: Response) => void; export declare const cacheClear: (req: Request, res: Response) => void; //# sourceMappingURL=cache.d.ts.map