import { type Page } from 'puppeteer'; export declare function getFromSessionStorage(page: Page, key: string): Promise;