import type { Page } from "@playwright/test";
/**
 * Confirms a transaction in the Phantom Wallet notification popup
 * @param page - The notification page
 * @param accountName - The name of the account to switch to
 */
export declare function switchAccount(_page: Page, _accountName: string): Promise<void>;
