import { Context, Next } from 'koa'; export declare const noCacheMiddleware: (ctx: Context, next: Next) => Promise; //# sourceMappingURL=no-cache-middleware.d.ts.map