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