// @ts-nocheck export type { SessionContext } from "./framework"; export declare const middleware: () => (ctx: import("koa").Context, next: import("koa").Next) => Promise; export declare const wrapRequest: (unwrapped: any) => import("..").BaseRequest; export declare const wrapResponse: (unwrapped: any) => import("..").BaseResponse;