import { Middleware } from 'koa';
/**
 * Returns 304 response for cacheable requests if etag matches
 */
export declare function createEtagCacheMiddleware(): Middleware;
