import type { Page } from "@playwright/test"; /** * Confirms a transaction in the Phantom Wallet notification popup * @param page - The notification page */ export declare const confirmEvent: (page: Page) => Promise; /** * Rejects a transaction in the Phantom Wallet notification popup * @param page - The notification page */ export declare const rejectEvent: (page: Page) => Promise;