import { Page } from '@playwright/test'; export declare const getKey: (appId: string, botId: string) => string; export type WidgetSessionCache = { userId: string; channelUrl: string; }; export declare function getWidgetSessionCache(page: Page, { appId, botId }: { appId: string; botId: string; }): Promise;