/// <reference types="cookie-session" />
/// <reference types="express" />
declare const _default: (opts?: CookieSessionInterfaces.CookieSessionOptions | undefined) => import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("express-serve-static-core").Query>;
/**
 * Returns a middleware that does the session handling.
 */
export default _default;
