import type { Page } from "@playwright/test";
import type { SupportedChain } from "../../../types";
export declare function importPrivateKey(page: Page, privateKey: string, password: string, chain?: SupportedChain, // Default to Base instead of Solana
name?: string): Promise<void>;
