import { Page } from "@playwright/test"; /** * Helper function to input transaction details in the send transaction form * @param page - The Playwright page object */ export declare function inputTransactionDetails(page: Page): Promise;