import type { Page } from "@playwright/test";
export declare function importPrivateKey(page: Page, privateKey: string, password: string): Promise<void>;
