import { type UniversalTestContext } from '../augments/universal-testing-suite/universal-test-context.js';
/**
 * Read from a page's local storage.
 *
 * @category Internal
 */
export declare function readLocalStorage(testContext: Readonly<UniversalTestContext>, storageKey: string): Promise<string | undefined>;
