import type { PlatformName } from "../../adapter.js"; import { InMemoryTokenStore } from "../token-store.js"; export type { SessionViewToken } from "./types.js"; import type { SessionViewToken } from "./types.js"; export declare class InMemorySessionViewTokenStore extends InMemoryTokenStore { create(platform: PlatformName, platformUserId: string, conversationId: string, sessionKey: string, sessionFile: string, platformUserName?: string): SessionViewToken; } //# sourceMappingURL=store.d.ts.map