import type { VextCacheLike, VextCacheSessionStoreOptions, VextSessionStore } from "../types/session.js"; export declare function createCacheSessionStore(cache: VextCacheLike, options?: VextCacheSessionStoreOptions): VextSessionStore;