import { BaseContext } from "../context/context"; export declare const session: (ctx: BaseContext, next: () => Promise) => Promise;