import type { Request } from 'express';
export declare function getCacheKey(req: Request): Promise<string>;
