import type { Page } from "@playwright/test"; /** * Enables test mode in Phantom wallet to support testnets like Base Sepolia * @param page - The Playwright page object for the Phantom wallet */ export declare function enableTestMode(page: Page): Promise;