import { Middleware } from '../middleware'; import { Context } from '../context'; import { CookiesFactory } from './cookies-factory'; export declare class CookiesMiddleware implements Middleware { protected readonly cookiesFactory: CookiesFactory; handle(ctx: Context, next: () => Promise): Promise; readonly priority: number; } //# sourceMappingURL=cookies-middleware.d.ts.map