import type { Page } from "@playwright/test";
/**
 * Main wallet import orchestrator with different flow management
 */
export declare function importWallet(page: Page, seedPhrase: string, password: string): Promise<void>;
