import type { PlatformName } from "../../adapter.js"; import { InMemoryTokenStore } from "../token-store.js"; export type { LinkToken } from "./types.js"; import type { LinkToken } from "./types.js"; export declare class InMemoryLinkTokenStore extends InMemoryTokenStore { create(platform: PlatformName, platformUserId: string, conversationId: string, vaultId: string, providerId: string): LinkToken; } //# sourceMappingURL=store.d.ts.map