import { Caching } from './Caching'; export declare class Handler extends Caching { handle(reqObj: any): void; }