import { type LightAuthSessionStore } from "@light-auth/core";
/**
 * A concrete CookieStore implementation for express,
 */
export declare const expressLightAuthSessionStore: LightAuthSessionStore;
