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