import { Page } from "@playwright/test";
/**
 * Handles the connect to dapp notification in Phantom Wallet
 *
 * @param page - The Playwright page object representing the notification page
 */
export declare function connectToDapp(page: Page): Promise<void>;
