import type { Page } from "@playwright/test";
export declare function connectToDapp(notificationPage: Page): Promise<void>;
