import { type LightAuthSessionStore } from "@light-auth/core";
/**
 * A concrete CookieStore implementation for Node.js server-side,
 * using the 'cookie' npm package and returning Response objects
 * with appropriate Set-Cookie headers.
 */
export declare const astroLightAuthSessionStore: LightAuthSessionStore;
