import koaSession from 'koa-session';
import type { Core } from '@strapi/types';
export declare const session: Core.MiddlewareFactory<Partial<koaSession.opts>>;
//# sourceMappingURL=session.d.ts.map