import type { Page } from "@playwright/test"; export declare class OnboardingPage { readonly page: Page; constructor(page: Page); importWallet(seedPhrase: string, password: string): Promise; }